export declare function exhaustiveMatchGuard(value: never, customError?: string): void;
