export declare function createAuthService(): { validateApiKey: (apiKey: string) => Promise; clearCache: () => void; };