import { Output } from './Output'; export declare class StdOutput implements Output { write(str: string): Promise; }