/** * Internal helpers shared across the SDK. */ /** * Throws an error when an unexpected value is encountered. This is used to ensure all code paths * are covered when using discriminated unions. */ export declare function unreachable(value: never): never; //# sourceMappingURL=utils.d.ts.map