export declare const getTestCookieCache: () => { set: (key: string, value: string | Promise, { secondsUntilExpiration, }?: { secondsUntilExpiration?: number | undefined; } | undefined) => Promise; get: (key: string) => Promise; };