import * as _babel_core from '@babel/core'; declare const VERSIONS: readonly ["2018-07"]; interface Options { version: (typeof VERSIONS)[number]; } declare const _default: (api: _babel_core.PluginAPI, options: Options, dirname: string) => _babel_core.PluginObject>; export { type Options, _default as default };