/** * @param basePath - * @param silent - * @returns true if the bundle was created */ export declare function bundle(basePath: string, silent: boolean): Promise;