import { RollupOptions } from 'rollup'; import { INaiableRollupConfig } from './index.cjs'; type INaiablePreset = INaiableRollupConfig & { /** Directly output the build options. */ build: () => RollupOptions[]; }; export type { INaiablePreset }; //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZS5kLmN0cyIsInNvdXJjZXMiOltdLCJzb3VyY2VzQ29udGVudCI6W10sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==