import type { Plugin } from 'rollup'; import type { IO } from '../types'; export declare const virtualFs: ({ fs }: IO) => Plugin;