import type { PluginObj } from '@babel/core'; declare const _default: (api: object, options: Record | null | undefined, dirname: string) => PluginObj; export default _default;