import type { CommandDescriptor } from './types.ts'; export declare function parseFlags(args: string[]): { positional: string[]; providerOverride?: string; shouldDetect: boolean; resumeFrom?: string; debug: boolean; interactive: boolean; sandbox: boolean; }; export declare const command: CommandDescriptor; export declare function run(args: string[]): Promise; //# sourceMappingURL=run.d.ts.map