import { HeaderAuthConnection } from './HeaderAuthConnection'; export declare abstract class ApiKeyConnection extends HeaderAuthConnection { get apiKey(): string; authorizationKey: string; authorizationPrefix: string; get token(): string; }