import type { PluginObj } from '@babel/core'; declare function addDataLocator(api: { types: unknown }): PluginObj; export default addDataLocator;