import type { GeneratorOptions } from '@babel/generator'; import type * as t from '@babel/types'; export declare function generate(ast: t.Node, options?: GeneratorOptions): string; export declare function codePreview(node: t.Node): string; //# sourceMappingURL=generator.d.ts.map