interface StoppableLoop { stop(): Promise; } export declare function stopAgentLoops(loops: Array): Promise; export {}; //# sourceMappingURL=shutdown-utils.d.ts.map