import * as babel from '@babel/core'; export declare const namePlugin: babel.PluginObj; export type JsxLocationPluginConfig = { jsx: boolean; components: boolean; }; export declare const SDT_GET_OWNER = "$sdt_getOwner"; export declare function jsxLocationPlugin(config: JsxLocationPluginConfig): babel.PluginObj; //# sourceMappingURL=babel.d.ts.map