import { FetchResponseLike } from "../types/index.js"; export declare function isFetchResponse(value: unknown): value is FetchResponseLike;