import type { Plugin } from "rollup";
declare const fixDynamicImportExtension: () => Plugin;
export = fixDynamicImportExtension;
