import type { Client, ClientOptions } from "openapi-fetch"; import type { paths } from "./interfaces/paths.ts"; /** * Creates an `openapi-fetch` client using {@link createClient}. * * @example * const client = createBitbucketCloudClient({ * baseUrl: "https://api.bitbucket.org/2.0", * headers: { Accept: "application/json", Authorization: `Basic ${basic}` }, * }) */ export declare const createBitbucketCloudClient: (clientOptions?: ClientOptions) => Client; //# sourceMappingURL=client.d.ts.map