/** * Error class for cases that should be unreachable. Used for exhaustiveness check. */ export declare class UnreachableCaseError extends Error { constructor(value: never, message?: string); }