import type { State } from "../../realms/critical/model/critical.types.js"; export interface RuntimeFatalDetail { state?: State; message?: string; } export declare const fatal: (event: Event) => State;