import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class SimpleGETResponse { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); getBody(): string; getStatus(): number; isError(): boolean; } //# sourceMappingURL=SimpleGETResponse.d.ts.map