import { IApi } from '../../types'; export declare function getBabelOpts(opts: { api: IApi; }): Promise<{ babelPreset: any[]; extraBabelPlugins: any; extraBabelPresets: any; beforeBabelPresets: any; beforeBabelPlugins: any; }>;