export declare const APT_ADDRESS_LENGTH = 64; export declare const APT_TRANSACTION_ID_LENGTH = 64; export declare const APT_BLOCK_ID_LENGTH = 64; export declare const APT_SIGNATURE_LENGTH = 128; export declare const UNAVAILABLE_TEXT = "UNAVAILABLE"; export declare const DEFAULT_GAS_UNIT_PRICE = 100; export declare const SECONDS_PER_WEEK: number; export declare const ADDRESS_BYTES_LENGTH = 32; export declare const AMOUNT_BYTES_LENGTH = 8; export declare const DIGITAL_ASSET_TRANSFER_AMOUNT = "1"; export declare const FUNGIBLE_ASSET_TRANSFER_FUNCTION = "0x1::primary_fungible_store::transfer"; export declare const FUNGIBLE_ASSET_BATCH_TRANSFER_FUNCTION = "0x1::aptos_account::batch_transfer_fungible_assets"; export declare const COIN_TRANSFER_FUNCTION = "0x1::aptos_account::transfer_coins"; export declare const COIN_BATCH_TRANSFER_FUNCTION = "0x1::aptos_account::batch_transfer_coins"; export declare const DIGITAL_ASSET_TRANSFER_FUNCTION = "0x1::object::transfer"; export declare const DELEGATION_POOL_ADD_STAKE_FUNCTION = "0x1::delegation_pool::add_stake"; export declare const DELEGATION_POOL_UNLOCK_FUNCTION = "0x1::delegation_pool::unlock"; export declare const DELEGATION_POOL_WITHDRAW_FUNCTION = "0x1::delegation_pool::withdraw"; export declare const APTOS_COIN = "0x1::aptos_coin::AptosCoin"; export declare const FUNGIBLE_ASSET_TYPE_ARGUMENT = "0x1::fungible_asset::Metadata"; export declare const DIGITAL_ASSET_TYPE_ARGUMENT = "0x4::token::Token"; export declare const FUNBIGLE_ASSET_TYPE_TAG = "0x1::object::Object"; export declare const BATCH_FUNGIBLE_ASSET_TYPE_TAG = "0x1::object::Object<0x1::fungible_asset::Metadata>"; //# sourceMappingURL=constants.d.ts.map