import type { ParserPlugin } from '@umijs/bundler-utils/compiled/babel/parser'; import * as t from '@umijs/bundler-utils/compiled/babel/types'; export declare function parse(code: string, opts?: { excludePlugins?: ParserPlugin[]; includePlugins?: ParserPlugin[]; }): t.File;