import { Context } from "../imports/Context.js"; import { Function } from "../imports/Function.js"; import { RESTAPIRequestBody } from "./RESTAPIRequestBody.js"; export declare class RESTAPIRequest { body: RESTAPIRequestBody; queryParams: any; pathParams: any; headers: any; queryString: string; url: string; uri: string; constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); getHeader(headerName?: string): string; getRequestedQueryCategory(): string; getSupportedResponseContentTypes(): any; } //# sourceMappingURL=RESTAPIRequest.d.ts.map