export declare const babelParse: (code: string) => import("@babel/parser").ParseResult<import("@babel/types").File>;
