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