import { ClassDeclaration, Decorator, Node } from 'ts-morph'; /** * @deprecated import from @rxap/ts-morph */ export declare function GetClassDecoratorArguments(classDeclaration: ClassDeclaration, findFunction: (declaration: Decorator) => boolean): Node[]; export declare function GetClassDecoratorArguments(classDeclaration: ClassDeclaration, name: string): Node[];