import type { LogSink } from "../types.js"; export declare function createStdoutSink(stream?: NodeJS.WritableStream): LogSink;