export type EpochParam = number | "current" | "all" | undefined; export declare function withRestartDividers(entries: T[], render: (entry: T) => string): string; export declare function evictionNotice(droppedCount: number, envVar: string): string; export declare function resolveEpochFilter(epoch: EpochParam, device?: string): number | undefined; //# sourceMappingURL=epochRender.d.ts.map