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