import { Bittrex } from './Bittrex'; import { BittrexAuthed } from './BittrexAuthed'; export declare const bittrex: { PublicClass: typeof Bittrex; AuthedClass: typeof BittrexAuthed; };