/** @deprecated Will be removed in the next major release */ declare const MULTISIG_STORAGE_KEY = "__multisigRequest"; /** @deprecated Will be removed in the next major release */ declare const MULTISIG_ALLOWANCE: bigint; /** @deprecated Will be removed in the next major release */ declare const MULTISIG_GAS = 100000000000000n; /** @deprecated Will be removed in the next major release */ declare const MULTISIG_DEPOSIT = 0n; /** @deprecated Will be removed in the next major release */ declare const MULTISIG_CHANGE_METHODS: string[]; /** @deprecated Will be removed in the next major release */ declare const MULTISIG_CONFIRM_METHODS: string[]; export { MULTISIG_ALLOWANCE, MULTISIG_CHANGE_METHODS, MULTISIG_CONFIRM_METHODS, MULTISIG_DEPOSIT, MULTISIG_GAS, MULTISIG_STORAGE_KEY };