import { Transactions, Utils } from "@uns/ark-crypto"; export declare class DelegateRegisterTransaction extends Transactions.DelegateRegistrationTransaction { static typeGroup: number; static type: number; static key: string; static getSchema(): Transactions.schemas.TransactionSchema; protected static defaultStaticFee: Utils.BigNumber; }