export declare const headers: ({ apiKey }: { apiKey: string; }) => { Authorization: string; Accept: string; 'Content-Type': string; 'Flexport-Version': number; };