/** * This raises transpile time errors any time the tokenizer hits this function in the code */ export declare function assertUnreachable(unexpectedValue: never): never;