export interface NodeDecorator {
    text: string;
    arguments: any[];
    typeArguments: any[];
}
//# sourceMappingURL=type.d.ts.map