import * as request from "request";
import { Configuration } from "./configuration";
export declare function invokeApiMethod(requestOptions: request.Options, confguration: Configuration, notApplyAuthToRequest?: boolean, postData?: Buffer): Promise<request.RequestResponse>;
export declare function addQueryParameterToUrl(url: any, queryParameters: any, parameterName: any, parameterValue: any): any;
