import { AccountInput, AccountInputAdd, AccountInputKey, AccountInputsKey } from './AccountInput'; export declare type AccountUnclaimedAdd = AccountInputAdd; export declare type AccountUnclaimedKey = AccountInputKey; export declare type AccountUnclaimedsKey = AccountInputsKey; export declare class AccountUnclaimed extends AccountInput { }