import { Context } from "../imports/Context.js"; import { Function } from "../imports/Function.js"; export declare class TypeResolutionEnvironment { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); getArguments(): any; getObject(): any; getTypeName(): string; getSource(): any; } //# sourceMappingURL=TypeResolutionEnvironment.d.ts.map