import { Context } from "../imports/Context"; export declare class SimpleResponse { constructor(cx: Context, args: any[], ctorObj: Function, inNewExpr: boolean); getErrorMessage(): string; isSuccessful(): boolean; }