import { ParserOptions } from "@babel/parser"; import { File } from "@babel/types"; export declare function getBabelParserOptions(filePath: string): ParserOptions; export declare function babelParseToAst(contents: string, filePath: string): File;