import type { BatchableRequest } from "../client.js"; export declare function createBatchableRequest(method: string, relativeUrl: string, executor: () => Promise, _transform?: (raw: any) => any, body?: string): BatchableRequest; export declare function buildRelativeUrl(path: string, params: Record): string; export declare function toUrlEncodedBody(obj: Record): string; //# sourceMappingURL=batchable.d.ts.map