import type { PluginObj, types as BabelTypes } from '@babel/core';
interface BabelApi {
    types: typeof BabelTypes;
}
export default function sentryExpoRouterAutoWrapBabelPlugin({ types: t }: BabelApi): PluginObj;
export {};
//# sourceMappingURL=sentryExpoRouterAutoWrapBabelPlugin.d.ts.map