export type PrunerConfig = {
    batch_size: number;
    retention_period: number;
};
//# sourceMappingURL=PrunerConfig.d.ts.map