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