import type { StreamTestCase } from './typedef'; export declare const testStream: (testCase: Readonly<{ name: string; expectedOutput: readonly DeepReadonly[]; run: (tick: number) => Promise[]>; preview: (tick: number) => void; }>) => void;