import type { Trade } from "../types.js"; export declare function parseTradesTable(html: string): Trade[];