import type { OutputPlugin } from 'rollup'; import type { Format, Platform } from '../../types'; export declare function preserveDynamicImport(platform: Platform, format: Format): OutputPlugin; //# sourceMappingURL=preserveDynamicImport.d.ts.map