import type { TransformOptions } from '@babel/core'; import type { File } from '@babel/types'; export default function babelParser(src: string, options?: TransformOptions): File;