import type { SandboxConfig } from "./types.js";
export declare function maybePruneSandboxes(cfg: SandboxConfig): Promise<void>;
