/** * Check and renew API key if needed */ export declare function checkAndRenewApiKey(): Promise; /** * Start the API key renewal service */ export declare function startApiKeyRenewal(): void; /** * Stop the API key renewal service */ export declare function stopApiKeyRenewal(): void; //# sourceMappingURL=api-key-renewal.d.ts.map