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