import { Plugin } from 'esbuild'; import { MappedPath } from '@softarc/native-federation/build'; export declare function createSharedMappingsPlugin(mappedPaths: MappedPath[]): Plugin;