export interface Key { hash: string; key: string; cookie?: string; } declare function getKey(): Promise; export default getKey;