export interface StopAllAgentsArgs { verbose?: boolean; } export declare function stopAllAgentsHandler(args: StopAllAgentsArgs): Promise;