import { type BuildHelperParams } from "@softarc/native-federation"; import type { Plugin } from "vite"; export declare const federation: (params: BuildHelperParams) => Plugin; //# sourceMappingURL=index.d.ts.map