export declare const MULTISIG_STORAGE_KEY = "__multisigRequest"; export declare const MULTISIG_ALLOWANCE: bigint; export declare const MULTISIG_GAS = 100000000000000n; export declare const MULTISIG_DEPOSIT = 0n; export declare const MULTISIG_CHANGE_METHODS: string[]; export declare const MULTISIG_CONFIRM_METHODS: string[]; //# sourceMappingURL=constants.d.ts.map