export declare function getWithExpiry(key: string): any; export declare function setWithExpiry(key: string, value: string, ttl: number): void;