/// <reference types="node" />
/**
 * Display is a stream that converts build status events and prepares them for the console.
 * A good way to think about this is as the root of the "view" component of the application.
 */
export declare function createDisplay(): {
    stream: import("stream").Transform;
};
