export function assertUnreachable(_x: never): never { throw new Error("This case should have never been reached"); }