import { SWRConfiguration } from "swr"; export declare const useRestURL: (chainId: string, options?: SWRConfiguration) => string | undefined;