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