exportdeclareconstOBFUSCATED_ERROR = "An invariant failed, however the error is obfuscated because this is an production build.";
exportdeclarefunctioninvariant(check: boolean, message?: string | boolean): void;
exportdeclarefunctionfail(message: string | boolean): never;