declare type Candlestick = string;
export declare type getEndpointType = 'ticker' | 'orderbook' | 'transaction_history' | 'assetsstatus' | 'btci' | Candlestick;
export {};
