import ts from 'typescript'; /** * Returns the decorators defined in the node. An empty array is returned if no decorators are found. * * @param node - The node to get the decorators from * @returns An array of decorators */ export declare function getDecorators(node: ts.Node): readonly ts.Decorator[]; //# sourceMappingURL=decorator.d.ts.map