import { IAlunaExchangePublic } from '../../../../../lib/core/IAlunaExchange'; import { IAlunaSymbolParseParams, IAlunaSymbolParseReturns } from '../../../../../lib/modules/public/IAlunaSymbolModule'; import { IGateSymbolSchema } from '../../../schemas/IGateSymbolSchema'; export declare const parse: (exchange: IAlunaExchangePublic) => (params: IAlunaSymbolParseParams) => IAlunaSymbolParseReturns;