import type { StreamOnClose } from './types.js';
export declare function defaultStreamOnClose(streamedOnce: boolean): StreamOnClose;
