import { RollupOptions } from 'rollup';
import { INaiableRollupConfig } from './index.js';

type INaiablePreset = INaiableRollupConfig & {
    /** Directly output the build options. */
    build: () => RollupOptions[];
};

export type { INaiablePreset };
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZS5kLnRzIiwic291cmNlcyI6W10sInNvdXJjZXNDb250ZW50IjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
