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