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