import type { AxiosRequestConfig, Method } from "axios";
import { ApiVersion } from "./RealityDataClient";
/**
 * Build the request methods, headers, and other options
 * @param accessTokenString The client access token string
 */
export declare function getRequestConfig(accessTokenString: string, method: Method, url: string, apiVersion: ApiVersion, returnFullRepresentation?: boolean): AxiosRequestConfig;
//# sourceMappingURL=RequestOptions.d.ts.map