import type { NodePath } from '@babel/traverse'; export declare function removeUnusedHooks(compFn: NodePath, shouldPrintDebug: boolean | 'verbose'): void; //# sourceMappingURL=removeUnusedHooks.d.ts.map