import { Transactions, Utils } from "@uns/ark-crypto"; import ByteBuffer from "bytebuffer"; export declare class DiscloseExplicitTransaction extends Transactions.Transaction { static typeGroup: number; static type: number; static key: string; static getSchema(): Transactions.schemas.TransactionSchema; protected static defaultStaticFee: Utils.BigNumber; serialize(): ByteBuffer; deserialize(buf: ByteBuffer): void; private computeExplicitValuesSize; private getSignatureLength; }