import { FetchError } from "../errors.js"; export declare function fetchError(code: "fetch_error" | "fetch_blocked" | "fetch_timeout", message: string, details?: Record): FetchError; //# sourceMappingURL=errors.d.ts.map