import { FetchFunction } from '../types/index.js'; export declare const fetchRelay: FetchFunction; export declare class FetchError extends Error { name: string; status: number; details: {}; constructor(message: string, code?: string); }