import { ApiKey, ResponseModel } from "../models"; type RequestProps = { apiKey: ApiKey; input: string | URL | Request; init?: Omit & { body?: any; }; }; export declare function request(props: RequestProps): Promise>; export {}; //# sourceMappingURL=request.d.ts.map