export declare type KeyAs = "max" | "min" | "random"; export declare function key(timestamp?: number | Date, as?: KeyAs): string; export declare function resetLastTimestamp(): void;