import { IFormatCurrentPair, InstrumentProps } from "../../../../../exchangeShared/types/interface"; export declare const formatPair: (item: InstrumentProps) => IFormatCurrentPair;