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