import type { ImportDeclaration } from 'estree'; import type { NodePath } from 'estree-toolkit'; export declare function removeDecoratorImport(path: NodePath): void; //# sourceMappingURL=remove-decorator-import.d.ts.map