export interface Mount { hostPath: string; vfsPath: string; } export declare function _run(): Promise; export declare function run(args?: { quiet?: boolean; command?: 'run-blueprint' | 'server' | 'build-snapshot'; }): Promise;