import { LogRetentionStrategy } from "../retention-strategy.js"; import { ILogArchiveContext } from "../context.js"; /** * Deletes archives older than `maxAge` seconds ( from the logger.file config * defaults ). Age is taken from the archive modification time. */ export declare class AgeLogRetentionStrategy extends LogRetentionStrategy { prune(ctx: ILogArchiveContext): Promise; } //# sourceMappingURL=AgeLogRetentionStrategy.d.ts.map