import { AccountInput, AccountInputAdd, AccountInputKey, AccountInputsKey } from './AccountInput'; export declare type AccountUnspentAdd = AccountInputAdd; export declare type AccountUnspentKey = AccountInputKey; export declare type AccountUnspentsKey = AccountInputsKey; export declare class AccountUnspent extends AccountInput { }