import { Context } from "../imports/Context.js"; export declare class TransformerDefinition { recordPath: string; basePath: string; name: string; id: string; constructor(cx: Context, args: any[], ctorObj: Function, inNewExpr: boolean); validate(): boolean; } //# sourceMappingURL=TransformerDefinition.d.ts.map