import type { ASTTransformation, TransformationType } from './index'; export declare const astTransform: ASTTransformation; export declare const needReparse: boolean; export declare const needWriteToOriginFile: boolean; export declare const extensions: string[]; export declare const transformationType: TransformationType;