export type ErrorHandler = (error: unknown) => void;
