export function notReachable(error: string): never { throw new Error(`Shouldn't reach here: ${error}`); }