export interface BundleCommandOptions { projectRoot?: string; } export declare function runBundleCommand(options: BundleCommandOptions): Promise;