import { NodePath } from '@babel/traverse';
import { types as t } from '@babel/core';
export declare function metadataVisitor(classPath: NodePath<t.ClassDeclaration>, path: NodePath<t.ClassProperty | t.ClassMethod>): void;
//# sourceMappingURL=metadataVisitor.d.ts.map