import type { GizmoFetchResponse } from "../types.js";
export declare function gizmoFetch<T>(uri: string, options?: RequestInit): Promise<GizmoFetchResponse<T>>;
