import type { BuildContext } from '../../types'; import type { Plugin } from 'rollup'; declare const _default: (ctx: BuildContext) => Plugin[]; export default _default;