import { type Plugin } from 'rollup'; export declare const getRollupPlugins: () => { inputPlugins: Plugin[]; outputPlugins: Plugin[]; };