import type { AllCallOptions } from "../models";
export declare const buildRequestUrl: (baseUrl: string, endpointUrl: string, options?: Partial<AllCallOptions>, args?: Record<string, string | number>) => string;
