/** * Sentinel placed in a text/audio stream to signal that buffered content should * be flushed. Renders as ``. */ export declare class FlushMarker { /** Returns `''`. */ toString(): string; }