import { Exchange, Protocol } from '../types'; export declare class Helper { static convertProtocolByAg(exchange: Exchange, sources?: Protocol[]): (string | null)[] | null; private static getValue; }