export declare function initializeApiKey(key: string): void;
export declare function getApiKey(): string;
export declare function clearApiKey(): void;
