import type { Node } from 'typescript';
import type { NodeDecorator } from './type';
/**
 * Get Decorators for a specific node.
 *
 * @param node
 * @param isMatching
 */
export declare function getNodeDecorators(node: Node, isMatching?: (data: NodeDecorator) => boolean): NodeDecorator[];
//# sourceMappingURL=module.d.ts.map