import { MarketDefinition, Provider } from '../entities'; export declare class ProviderHelper { private static readonly lineTypes; static findProvider(marketId: string): Provider; static getMarketDefinition(marketId: string, subMarketType?: string): MarketDefinition; static getArtemisMarketId(id: string): string; static isSuspension(status: string): boolean; }