import Output from './output.js';
export default class FileOutput extends Output<any> {
    write(data: string): Promise<string>;
}
