export declare class ApiKeyProvider { private readonly apiKey; constructor(apiKey: string); getKey(): string; }