import { HereProviderResult } from "../provider"; export declare const proxyApi = "https://h4n.app"; export declare const getRequest: (id: string, signal?: AbortSignal | undefined) => Promise>; export declare const getResponse: (id: string) => Promise; export declare const deleteRequest: (id: string) => Promise; export declare const createRequest: (args: Record, signal?: AbortSignal | undefined) => Promise;