import type { ConsoleEventHistoryPage, ConsoleEventHistoryQuery } from '@zhin.js/console-protocol'; export interface FetchConsoleEventHistoryOptions { readonly signal?: AbortSignal; readonly fetch?: typeof globalThis.fetch; } /** Read a typed page from the Host's bounded Console event journal. */ export declare function fetchConsoleEventHistory(query?: ConsoleEventHistoryQuery, options?: FetchConsoleEventHistoryOptions): Promise; //# sourceMappingURL=console-events.d.ts.map