import { StringCommandParameter } from '../command-parameter'; export declare class OutFileBuilder { createForFile(file: string): OutFile; } export declare class OutFile extends StringCommandParameter { static createForFile(file: string): OutFile; }