declare const _default: { get(id: string): Promise; getList(address: string, limit?: number): Promise; utxSize(): Promise; utxGet(id: string): Promise; utxGetList(): Promise; broadcast(type: string, data: any, keys: any): Promise; }; export default _default;