import { Level2Point } from "./Level2Point"; export declare class Level2Snapshots { base: string; quote: string; exchange: string; sequenceId: number; timestamp_ms: number; asks: Level2Point[]; bids: Level2Point[]; constructor(props: any); get marketId(): string; }