import type { AgentAskRuntimeHooks } from './approval.js'; import type { PreCliOptions } from './parse.js'; export declare function runAgentAskMain(preOptions: PreCliOptions, argv: string[], hooks?: AgentAskRuntimeHooks): Promise; //# sourceMappingURL=runtime.d.ts.map