export declare class UnreachableCaseError extends Error { constructor(val: never, message?: string); }