import { SupportedChainInfo, SupportedChainInfoReader } from "./types"; export declare class SupportedChainInfoReaderFromGit implements SupportedChainInfoReader { private readonly dex; private readonly accessToken; constructor(dex: string, accessToken: string); readSupportedChainInfo(ref?: string): Promise; }