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