import * as recordTypes from "../types/recordTypes"; export declare function regenerateApiKey(userName: string): Promise; export declare function getApiKey(userName: string): Promise; export declare function getApiKeyFromSession(session: recordTypes.PartialSession): Promise; export declare function getUserNameFromApiKey(apiKey: string): Promise;