import { Huobi } from './Huobi'; import { HuobiAuthed } from './HuobiAuthed'; export declare const huobi: { PublicClass: typeof Huobi; AuthedClass: typeof HuobiAuthed; };