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