export default function babelPreset(api: any, options?: {}): { presets: (string | [string, Record])[]; plugins: (string | [string, Record])[]; };