import type { Headers } from './types';
export declare const DEFAULT_URL_BASE = "https://example.org/";
export declare const DEFAULT_HEADERS: Headers;
export declare const ERROR_RESPONSES: Record<string, string>;
