import type { Visitor } from '@babel/core'; import type { LwcBabelPluginPass } from './types'; /** * Expected API for this plugin: * { dynamicImports: { loader: string, strictSpecifier: boolean } } */ export default function (): Visitor; //# sourceMappingURL=dynamic-imports.d.ts.map