/**
 * @packageDocumentation
 * @module API-PlatformVM-Constants
 */
export declare class PlatformVMConstants {
    static LATESTCODEC: number;
    static SECPFXID: number;
    static SECPXFEROUTPUTID: number;
    static SUBNETAUTHID: number;
    static SECPOWNEROUTPUTID: number;
    static STAKEABLELOCKOUTID: number;
    static SECPINPUTID: number;
    static STAKEABLELOCKINID: number;
    static SUBNETAUTH: number;
    static ADDVALIDATORTX: number;
    static ADDSUBNETVALIDATORTX: number;
    static ADDDELEGATORTX: number;
    static CREATECHAINTX: number;
    static CREATESUBNETTX: number;
    static IMPORTTX: number;
    static EXPORTTX: number;
    static ADVANCETIMETX: number;
    static REWARDVALIDATORTX: number;
    static REMOVESUBNETVALIDATORTX: number;
    static SECPCREDENTIAL: number;
    static CUSTOM_TYPE_ID: number;
    static LOCKEDINID: number;
    static LOCKEDOUTID: number;
    static CAMINOADDVALIDATORTX: number;
    static CAMINOREWARDVALIDATORTX: number;
    static ADDRESSSTATETX: number;
    static DEPOSITTX: number;
    static UNLOCKDEPOSITTX: number;
    static REGISTERNODETX: number;
    static BASETX: number;
    static MULTISIGALIASTX: number;
    static CLAIMTX: number;
    static REWARDSIMPORTTX: number;
    static SECPMULTISIGCREDENTIAL: number;
    static ADDDEPOSITOFFERTX: number;
    static ASSETIDLEN: number;
    static BLOCKCHAINIDLEN: number;
    static SYMBOLMAXLEN: number;
    static ASSETNAMELEN: number;
    static ADDRESSLENGTH: number;
}
//# sourceMappingURL=constants.d.ts.map