export declare class Output { private value; append(src: string): void; build(): string; }