/** * * @param check The type to check * @param throwError Optional, set to true to throw an error if this function is ever called in run-time */ export declare function exhaustiveCheck(check: never, throwError?: boolean): never;