import type { UnboundTestFunction } from '../Builder.js';
import type { SyncTestContext } from './SyncTestSuite.js';
export declare const sync_allEventsScenario: UnboundTestFunction<SyncTestContext>;
