import { Bitfinex } from './Bitfinex'; import { BitfinexAuthed } from './BitfinexAuthed'; export declare const bitfinex: { PublicClass: typeof Bitfinex; AuthedClass: typeof BitfinexAuthed; };