export interface StartAgentArgs { verbose?: boolean; } export declare function startAgentHandler(args: StartAgentArgs): Promise;