import type { File } from '@babel/types'; export declare const parseAst: (input: string) => File; export declare const serializeAst: (ast: File) => string;