import { NodePath } from '@babel/traverse';
import { ClassDeclaration } from '@babel/types';
export declare function transform(path: NodePath<ClassDeclaration>): void;
//# sourceMappingURL=transform.d.ts.map