import { Account } from "../enum/Account";
export type DelegateType = Delegate;
export declare class Delegate {
    account: Account;
    amount: string;
    provider: string;
    constructor(account: Account, amount: string, provider: string);
}
//# sourceMappingURL=Delegate.d.ts.map