import type { ChunkedOutputType } from './chunked-output-type'; export interface ChunkedOutput { closed?: boolean; type?: ChunkedOutputType; }