export type PurgeMethod = () => Promise<number | undefined>;
export declare const purge: PurgeMethod;
