import { IAlunaInstrumentSchema } from '../../../../../../lib/schemas/IAlunaInstrumentSchema'; import { IBitmexMarketSchema } from '../../../../schemas/IBitmexMarketSchema'; export interface IParseBitmexInstrumentReturns { instrument: IAlunaInstrumentSchema; } export declare const parseBitmexInstrument: (params: { rawMarket: IBitmexMarketSchema; }) => IParseBitmexInstrumentReturns;