import type { OrchestratorService } from '@platform-modules/chatgpt-orchestrator-core';
export interface RetentionHandle {
    days: number;
    close(): void;
}
export declare function startRetention(service: OrchestratorService): Promise<RetentionHandle>;
//# sourceMappingURL=retention.d.ts.map