import type { Plugin } from 'rollup';
export declare const stdin: (input: string, name?: string) => Plugin;
