/** * Extract a status code from a TIDX fetch error or any error that carries a * numeric `status` property. Returns undefined when the error has none. */ export declare function getStatus(cause: unknown): number | undefined; //# sourceMappingURL=Errors.d.ts.map