import { type CompileOptions } from '../compile.js';
export declare function babelTransform(options?: CompileOptions): void;
