import { NodePath } from '@babel/core'; import type { ConditionalExpression, IfStatement } from 'babel-types'; export declare function MakeBabelTransformRemoveServerBlocks(): () => { visitor: { IfStatement(path: NodePath): void; ConditionalExpression(path: NodePath): void; }; }; //# sourceMappingURL=BabelTransformRemoveServerBlocks.d.ts.map