import type { Plugin } from 'esbuild'; import type { PathToImport } from '@softarc/native-federation/internal'; export declare function createSharedMappingsPlugin(mappedPaths: PathToImport): Plugin; //# sourceMappingURL=shared-mappings-plugin.d.ts.map