export declare function outputStub(): {
    write(msg: string): void;
    get(): string;
};
