/**
* The main function that is called when the CLI is executed.
*
* @paramargv - The command line arguments.
* @returns A promise that resolves when the build is complete.
*/exportdeclarefunctionmain(argv: string[]): Promise<void>;
//# sourceMappingURL=cli.d.ts.map