declare namespace _default { const input: string; const output: { format: string; file: string; }[]; const plugins: import("rollup").Plugin[]; const external: string[]; namespace watch { const include: string; } } export default _default;