interface ConstrantsType {
    [key: number]: string;
}
declare class Constants {
    static TransactionType: ConstrantsType;
    static NetworkType: ConstrantsType;
    static MosaicSupplyChangeAction: ConstrantsType;
    static NamespaceRegistrationType: ConstrantsType;
    static AliasAction: ConstrantsType;
    static LinkAction: ConstrantsType;
    static AccountType: ConstrantsType;
    static AccountKeyTypeFlags: ConstrantsType;
    static OperationRestrictionFlag: ConstrantsType;
    static AddressRestrictionFlag: ConstrantsType;
    static MosaicRestrictionFlag: ConstrantsType;
    static MosaicRestrictionType: ConstrantsType;
    static HashAlgorithmType: ConstrantsType;
}
export default Constants;
//# sourceMappingURL=constants.d.ts.map