export declare function getAuthHeader(apiKey: string): Promise<{ "x-api-key": string; }>;