import { Client, Config } from "../Client.js"; export declare const create: ({ url, headers, timeout, adapter, interceptors, }: Config) => Client;