import type { AnyCell } from "@okcontract/cells";
import type { CacheQuery } from "@okcontract/coredata";
import type { LocalSubscriber } from "@scv/cache";
export declare const proxy_fetch: (local: LocalSubscriber<CacheQuery>, uri: AnyCell<string>, proxy?: string) => AnyCell<Response>;
export declare const proxy_head: (local: LocalSubscriber<CacheQuery>, uri: AnyCell<string>) => AnyCell<Response>;
