import { InternalAxiosRequestConfig } from "axios"; import { IConnectorClientAuthenticator } from "./IConnectorClientAuthenticator"; export declare class ApiKeyAuthenticator implements IConnectorClientAuthenticator { #private; constructor(apiKey: string, headerName?: string); authenticate(config: InternalAxiosRequestConfig): InternalAxiosRequestConfig; } //# sourceMappingURL=ApiKeyAuthenticator.d.ts.map