import type { HeadersOptions } from "openapi-fetch";
/**
 * A utility function that simplifies the headers for passing to other clients
 */
export declare function toObjectHeaders(headers: HeadersOptions): Record<string, string>;
//# sourceMappingURL=toObjectHeaders.d.ts.map