declare function makeApiKeyHeader(apiKey: string): {
    authorization: string;
};

export { makeApiKeyHeader };
