import type { KVMap } from '../../types/MockKVNamespace';
export declare function expireKeyNowHandler(data: KVMap): (_key: string) => void;
