import {bitflyer as Type} from 'ccxt'; export interface bitflyerRestApiType extends Type { publicGetGetmarketsUsa: (params:{}, context?:{}) => Promise; publicGetGetmarketsEu: (params:{}, context?:{}) => Promise; publicGetGetmarkets: (params:{}, context?:{}) => Promise; publicGetGetboard: (params:{}, context?:{}) => Promise; publicGetGetticker: (params:{}, context?:{}) => Promise; publicGetGetexecutions: (params:{}, context?:{}) => Promise; publicGetGethealth: (params:{}, context?:{}) => Promise; publicGetGetboardstate: (params:{}, context?:{}) => Promise; publicGetGetchats: (params:{}, context?:{}) => Promise; privateGetGetpermissions: (params:{}, context?:{}) => Promise; privateGetGetbalance: (params:{}, context?:{}) => Promise; privateGetGetbalancehistory: (params:{}, context?:{}) => Promise; privateGetGetcollateral: (params:{}, context?:{}) => Promise; privateGetGetcollateralhistory: (params:{}, context?:{}) => Promise; privateGetGetcollateralaccounts: (params:{}, context?:{}) => Promise; privateGetGetaddresses: (params:{}, context?:{}) => Promise; privateGetGetcoinins: (params:{}, context?:{}) => Promise; privateGetGetcoinouts: (params:{}, context?:{}) => Promise; privateGetGetbankaccounts: (params:{}, context?:{}) => Promise; privateGetGetdeposits: (params:{}, context?:{}) => Promise; privateGetGetwithdrawals: (params:{}, context?:{}) => Promise; privateGetGetchildorders: (params:{}, context?:{}) => Promise; privateGetGetparentorders: (params:{}, context?:{}) => Promise; privateGetGetparentorder: (params:{}, context?:{}) => Promise; privateGetGetexecutions: (params:{}, context?:{}) => Promise; privateGetGetpositions: (params:{}, context?:{}) => Promise; privateGetGettradingcommission: (params:{}, context?:{}) => Promise; privatePostSendcoin: (params:{}, context?:{}) => Promise; privatePostWithdraw: (params:{}, context?:{}) => Promise; privatePostSendchildorder: (params:{}, context?:{}) => Promise; privatePostCancelchildorder: (params:{}, context?:{}) => Promise; privatePostSendparentorder: (params:{}, context?:{}) => Promise; privatePostCancelparentorder: (params:{}, context?:{}) => Promise; privatePostCancelallchildorders: (params:{}, context?:{}) => Promise; }