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