export interface BundleOptions { projectDir?: string; adapter?: string; model?: string; showPrompt?: boolean; failOn?: string; output?: string; reportFormat?: string; logFile?: string; } export declare function runBundle(options: BundleOptions): Promise; //# sourceMappingURL=bundle.d.ts.map