import { Debugger } from './debug.js'; export declare function cleanupContainersByEnvironmentName(projectName: string, pathToCompose: string, { displayName, forceKill, log, env, }: { displayName: string; forceKill: boolean; log: Debugger; env: Record; }): Promise; export declare function cleanupOrphanEnvironments(containerRetentionInMinutesParam: number): Promise; export declare function killByContainerId(containerId: string): Promise; export declare function killNetworkByProjectName(projectName: string): Promise; export declare function removeStaleVolumes(): Promise; //# sourceMappingURL=cleanup.d.ts.map