@hyperlane-xyz/sdk 7.1.0-beta.0 → 7.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. package/dist/consts/multisigIsm.d.ts +1 -0
  2. package/dist/consts/multisigIsm.d.ts.map +1 -1
  3. package/dist/consts/multisigIsm.js +1057 -356
  4. package/dist/consts/multisigIsm.js.map +1 -1
  5. package/dist/consts/multisigIsm.test.js +16 -2
  6. package/dist/consts/multisigIsm.test.js.map +1 -1
  7. package/dist/consts/multisigIsmVerifyCosts.d.ts.map +1 -1
  8. package/dist/consts/multisigIsmVerifyCosts.js +0 -1
  9. package/dist/consts/multisigIsmVerifyCosts.js.map +1 -1
  10. package/dist/core/CoreDeployer.hardhat-test.js +2 -2
  11. package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
  12. package/dist/core/EvmCoreModule.d.ts +2 -2
  13. package/dist/core/EvmCoreModule.d.ts.map +1 -1
  14. package/dist/core/EvmCoreModule.js.map +1 -1
  15. package/dist/core/HyperlaneRelayer.d.ts +40 -40
  16. package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
  17. package/dist/core/HyperlaneRelayer.js +3 -3
  18. package/dist/core/HyperlaneRelayer.js.map +1 -1
  19. package/dist/core/schemas.d.ts +676 -676
  20. package/dist/core/schemas.js +2 -2
  21. package/dist/core/schemas.js.map +1 -1
  22. package/dist/deploy/HyperlaneDeployer.d.ts +1 -1
  23. package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
  24. package/dist/deploy/verify/ContractVerifier.js +1 -1
  25. package/dist/deploy/verify/ContractVerifier.js.map +1 -1
  26. package/dist/gas/adapters/serialization.d.ts.map +1 -1
  27. package/dist/gas/adapters/serialization.js +0 -1
  28. package/dist/gas/adapters/serialization.js.map +1 -1
  29. package/dist/gas/types.d.ts +1 -1
  30. package/dist/gas/types.d.ts.map +1 -1
  31. package/dist/hook/EvmHookModule.d.ts.map +1 -1
  32. package/dist/hook/EvmHookModule.hardhat-test.js +0 -1
  33. package/dist/hook/EvmHookModule.hardhat-test.js.map +1 -1
  34. package/dist/hook/EvmHookModule.js +1 -2
  35. package/dist/hook/EvmHookModule.js.map +1 -1
  36. package/dist/hook/EvmHookReader.js +2 -2
  37. package/dist/hook/EvmHookReader.js.map +1 -1
  38. package/dist/hook/EvmHookReader.test.js +0 -1
  39. package/dist/hook/EvmHookReader.test.js.map +1 -1
  40. package/dist/hook/types.d.ts +244 -1
  41. package/dist/hook/types.d.ts.map +1 -1
  42. package/dist/hook/types.js +65 -0
  43. package/dist/hook/types.js.map +1 -1
  44. package/dist/index.d.ts +8 -7
  45. package/dist/index.d.ts.map +1 -1
  46. package/dist/index.js +7 -6
  47. package/dist/index.js.map +1 -1
  48. package/dist/ism/EvmIsmModule.d.ts.map +1 -1
  49. package/dist/ism/EvmIsmModule.hardhat-test.js +0 -1
  50. package/dist/ism/EvmIsmModule.hardhat-test.js.map +1 -1
  51. package/dist/ism/EvmIsmModule.js +1 -2
  52. package/dist/ism/EvmIsmModule.js.map +1 -1
  53. package/dist/ism/EvmIsmReader.js +4 -4
  54. package/dist/ism/EvmIsmReader.js.map +1 -1
  55. package/dist/ism/HyperlaneIsmFactory.js +1 -1
  56. package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
  57. package/dist/ism/adapters/CosmWasmMultisigAdapter.d.ts +2 -2
  58. package/dist/ism/adapters/CosmWasmMultisigAdapter.d.ts.map +1 -1
  59. package/dist/ism/adapters/CosmWasmMultisigAdapter.js +1 -1
  60. package/dist/ism/adapters/CosmWasmMultisigAdapter.js.map +1 -1
  61. package/dist/ism/metadata/aggregation.d.ts +2 -1
  62. package/dist/ism/metadata/aggregation.d.ts.map +1 -1
  63. package/dist/ism/metadata/aggregation.js +2 -2
  64. package/dist/ism/metadata/aggregation.js.map +1 -1
  65. package/dist/ism/metadata/arbL2ToL1.d.ts +1 -1
  66. package/dist/ism/metadata/arbL2ToL1.d.ts.map +1 -1
  67. package/dist/ism/metadata/arbL2ToL1.hardhat-test.js +1 -2
  68. package/dist/ism/metadata/arbL2ToL1.hardhat-test.js.map +1 -1
  69. package/dist/ism/metadata/builder.d.ts +6 -19
  70. package/dist/ism/metadata/builder.d.ts.map +1 -1
  71. package/dist/ism/metadata/builder.hardhat-test.js +2 -1
  72. package/dist/ism/metadata/builder.hardhat-test.js.map +1 -1
  73. package/dist/ism/metadata/builder.js +6 -26
  74. package/dist/ism/metadata/builder.js.map +1 -1
  75. package/dist/ism/metadata/decode.d.ts +3 -0
  76. package/dist/ism/metadata/decode.d.ts.map +1 -0
  77. package/dist/ism/metadata/decode.js +31 -0
  78. package/dist/ism/metadata/decode.js.map +1 -0
  79. package/dist/ism/metadata/multisig.d.ts +1 -1
  80. package/dist/ism/metadata/multisig.d.ts.map +1 -1
  81. package/dist/ism/metadata/null.d.ts +1 -1
  82. package/dist/ism/metadata/null.d.ts.map +1 -1
  83. package/dist/ism/metadata/routing.d.ts +2 -1
  84. package/dist/ism/metadata/routing.d.ts.map +1 -1
  85. package/dist/ism/metadata/routing.js +2 -2
  86. package/dist/ism/metadata/routing.js.map +1 -1
  87. package/dist/ism/metadata/types.d.ts +20 -0
  88. package/dist/ism/metadata/types.d.ts.map +1 -0
  89. package/dist/ism/metadata/types.js +2 -0
  90. package/dist/ism/metadata/types.js.map +1 -0
  91. package/dist/ism/multisig.d.ts +1 -0
  92. package/dist/ism/multisig.d.ts.map +1 -1
  93. package/dist/ism/multisig.js +9 -12
  94. package/dist/ism/multisig.js.map +1 -1
  95. package/dist/ism/types.d.ts +248 -2
  96. package/dist/ism/types.d.ts.map +1 -1
  97. package/dist/ism/types.js +76 -0
  98. package/dist/ism/types.js.map +1 -1
  99. package/dist/ism/types.test.d.ts +2 -0
  100. package/dist/ism/types.test.d.ts.map +1 -0
  101. package/dist/ism/{schemas.test.js → types.test.js} +2 -3
  102. package/dist/ism/types.test.js.map +1 -0
  103. package/dist/ism/utils.js +1 -1
  104. package/dist/ism/utils.js.map +1 -1
  105. package/dist/middleware/liquidity-layer/LiquidityLayerApp.d.ts.map +1 -1
  106. package/dist/middleware/liquidity-layer/LiquidityLayerApp.js +14 -13
  107. package/dist/middleware/liquidity-layer/LiquidityLayerApp.js.map +1 -1
  108. package/dist/providers/SmartProvider/SmartProvider.d.ts +1 -1
  109. package/dist/providers/SmartProvider/SmartProvider.d.ts.map +1 -1
  110. package/dist/providers/SmartProvider/SmartProvider.js +1 -1
  111. package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
  112. package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.d.ts +1 -2
  113. package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.d.ts.map +1 -1
  114. package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.js.map +1 -1
  115. package/dist/router/types.d.ts +1186 -1
  116. package/dist/router/types.d.ts.map +1 -1
  117. package/dist/router/types.js +27 -0
  118. package/dist/router/types.js.map +1 -1
  119. package/dist/token/EvmERC20WarpModule.d.ts +5 -3
  120. package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
  121. package/dist/token/EvmERC20WarpModule.hardhat-test.js +13 -5
  122. package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
  123. package/dist/token/EvmERC20WarpModule.js +18 -20
  124. package/dist/token/EvmERC20WarpModule.js.map +1 -1
  125. package/dist/token/EvmERC20WarpRouteReader.js +1 -1
  126. package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
  127. package/dist/token/IToken.d.ts +2 -2
  128. package/dist/token/Token.d.ts.map +1 -1
  129. package/dist/token/Token.js +6 -2
  130. package/dist/token/Token.js.map +1 -1
  131. package/dist/token/adapters/CosmWasmTokenAdapter.test.d.ts.map +1 -1
  132. package/dist/token/adapters/CosmWasmTokenAdapter.test.js +19 -8
  133. package/dist/token/adapters/CosmWasmTokenAdapter.test.js.map +1 -1
  134. package/dist/token/adapters/EvmTokenAdapter.d.ts +9 -1
  135. package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
  136. package/dist/token/adapters/EvmTokenAdapter.js +11 -0
  137. package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
  138. package/dist/token/checker.js +1 -1
  139. package/dist/token/checker.js.map +1 -1
  140. package/dist/token/deploy.d.ts.map +1 -1
  141. package/dist/token/deploy.js +0 -1
  142. package/dist/token/deploy.js.map +1 -1
  143. package/dist/token/schemas.d.ts +160 -282
  144. package/dist/token/schemas.d.ts.map +1 -1
  145. package/dist/token/schemas.js +1 -1
  146. package/dist/token/schemas.js.map +1 -1
  147. package/dist/utils/gnosisSafe.js +1 -1
  148. package/dist/utils/ism.js +1 -1
  149. package/dist/utils/ism.js.map +1 -1
  150. package/dist/utils/logUtils.js +1 -1
  151. package/dist/utils/logUtils.js.map +1 -1
  152. package/dist/utils/sealevelSerialization.d.ts.map +1 -1
  153. package/dist/utils/sealevelSerialization.js +0 -1
  154. package/dist/utils/sealevelSerialization.js.map +1 -1
  155. package/dist/warp/types.d.ts +4 -4
  156. package/package.json +15 -9
  157. package/dist/hook/schemas.d.ts +0 -247
  158. package/dist/hook/schemas.d.ts.map +0 -1
  159. package/dist/hook/schemas.js +0 -67
  160. package/dist/hook/schemas.js.map +0 -1
  161. package/dist/ism/schemas.d.ts +0 -246
  162. package/dist/ism/schemas.d.ts.map +0 -1
  163. package/dist/ism/schemas.js +0 -78
  164. package/dist/ism/schemas.js.map +0 -1
  165. package/dist/ism/schemas.test.d.ts +0 -2
  166. package/dist/ism/schemas.test.d.ts.map +0 -1
  167. package/dist/ism/schemas.test.js.map +0 -1
  168. package/dist/router/schemas.d.ts +0 -1317
  169. package/dist/router/schemas.d.ts.map +0 -1
  170. package/dist/router/schemas.js +0 -30
  171. package/dist/router/schemas.js.map +0 -1
@@ -3,21 +3,21 @@ export declare const CoreConfigSchema: z.ZodObject<{
3
3
  owner: z.ZodString;
4
4
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
5
5
  defaultIsm: z.ZodUnion<[z.ZodString, z.ZodObject<{
6
- type: z.ZodLiteral<import("../index.js").IsmType.TEST_ISM>;
6
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TEST_ISM>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- type: import("../index.js").IsmType.TEST_ISM;
8
+ type: import("../ism/types.js").IsmType.TEST_ISM;
9
9
  }, {
10
- type: import("../index.js").IsmType.TEST_ISM;
10
+ type: import("../ism/types.js").IsmType.TEST_ISM;
11
11
  }>, z.ZodObject<{
12
- type: z.ZodLiteral<import("../index.js").IsmType.OP_STACK>;
12
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.OP_STACK>;
13
13
  origin: z.ZodString;
14
14
  nativeBridge: z.ZodString;
15
15
  }, "strip", z.ZodTypeAny, {
16
- type: import("../index.js").IsmType.OP_STACK;
16
+ type: import("../ism/types.js").IsmType.OP_STACK;
17
17
  origin: string;
18
18
  nativeBridge: string;
19
19
  }, {
20
- type: import("../index.js").IsmType.OP_STACK;
20
+ type: import("../ism/types.js").IsmType.OP_STACK;
21
21
  origin: string;
22
22
  nativeBridge: string;
23
23
  }>, z.ZodIntersection<z.ZodObject<{
@@ -33,19 +33,19 @@ export declare const CoreConfigSchema: z.ZodObject<{
33
33
  paused: boolean;
34
34
  ownerOverrides?: Record<string, string> | undefined;
35
35
  }>, z.ZodObject<{
36
- type: z.ZodLiteral<import("../index.js").IsmType.PAUSABLE>;
36
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.PAUSABLE>;
37
37
  }, "strip", z.ZodTypeAny, {
38
- type: import("../index.js").IsmType.PAUSABLE;
38
+ type: import("../ism/types.js").IsmType.PAUSABLE;
39
39
  }, {
40
- type: import("../index.js").IsmType.PAUSABLE;
40
+ type: import("../ism/types.js").IsmType.PAUSABLE;
41
41
  }>>, z.ZodObject<{
42
- type: z.ZodLiteral<import("../index.js").IsmType.TRUSTED_RELAYER>;
42
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TRUSTED_RELAYER>;
43
43
  relayer: z.ZodString;
44
44
  }, "strip", z.ZodTypeAny, {
45
- type: import("../index.js").IsmType.TRUSTED_RELAYER;
45
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
46
46
  relayer: string;
47
47
  }, {
48
- type: import("../index.js").IsmType.TRUSTED_RELAYER;
48
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
49
49
  relayer: string;
50
50
  }>, z.ZodIntersection<z.ZodObject<{
51
51
  validators: z.ZodArray<z.ZodString, "many">;
@@ -57,11 +57,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
57
57
  validators: string[];
58
58
  threshold: number;
59
59
  }>, z.ZodObject<{
60
- type: z.ZodUnion<[z.ZodLiteral<import("../index.js").IsmType.MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../index.js").IsmType.MESSAGE_ID_MULTISIG>, z.ZodLiteral<import("../index.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../index.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG>]>;
60
+ type: z.ZodUnion<[z.ZodLiteral<import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG>]>;
61
61
  }, "strip", z.ZodTypeAny, {
62
- type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG | import("../index.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
62
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
63
63
  }, {
64
- type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG | import("../index.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
64
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
65
65
  }>>, z.ZodIntersection<z.ZodObject<{
66
66
  validators: z.ZodArray<z.ZodObject<{
67
67
  signingAddress: z.ZodString;
@@ -87,37 +87,37 @@ export declare const CoreConfigSchema: z.ZodObject<{
87
87
  }[];
88
88
  thresholdWeight: number;
89
89
  }>, z.ZodObject<{
90
- type: z.ZodUnion<[z.ZodLiteral<import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG>]>;
90
+ type: z.ZodUnion<[z.ZodLiteral<import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG>]>;
91
91
  }, "strip", z.ZodTypeAny, {
92
- type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
92
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
93
93
  }, {
94
- type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
95
- }>>, z.ZodType<import("../index.js").RoutingIsmConfig, z.ZodTypeDef, import("../index.js").RoutingIsmConfig>, z.ZodType<import("../index.js").AggregationIsmConfig, z.ZodTypeDef, import("../index.js").AggregationIsmConfig>, z.ZodObject<{
96
- type: z.ZodLiteral<import("../index.js").IsmType.ARB_L2_TO_L1>;
94
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
95
+ }>>, z.ZodType<import("../ism/types.js").RoutingIsmConfig, z.ZodTypeDef, import("../ism/types.js").RoutingIsmConfig>, z.ZodType<import("../ism/types.js").AggregationIsmConfig, z.ZodTypeDef, import("../ism/types.js").AggregationIsmConfig>, z.ZodObject<{
96
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.ARB_L2_TO_L1>;
97
97
  bridge: z.ZodString;
98
98
  }, "strip", z.ZodTypeAny, {
99
- type: import("../index.js").IsmType.ARB_L2_TO_L1;
99
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
100
100
  bridge: string;
101
101
  }, {
102
- type: import("../index.js").IsmType.ARB_L2_TO_L1;
102
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
103
103
  bridge: string;
104
104
  }>]>;
105
105
  defaultHook: z.ZodUnion<[z.ZodString, z.ZodObject<{
106
106
  owner: z.ZodString;
107
107
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
108
- type: z.ZodLiteral<import("../index.js").HookType.PROTOCOL_FEE>;
108
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PROTOCOL_FEE>;
109
109
  beneficiary: z.ZodString;
110
110
  maxProtocolFee: z.ZodString;
111
111
  protocolFee: z.ZodString;
112
112
  }, "strip", z.ZodTypeAny, {
113
- type: import("../index.js").HookType.PROTOCOL_FEE;
113
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
114
114
  owner: string;
115
115
  protocolFee: string;
116
116
  beneficiary: string;
117
117
  maxProtocolFee: string;
118
118
  ownerOverrides?: Record<string, string> | undefined;
119
119
  }, {
120
- type: import("../index.js").HookType.PROTOCOL_FEE;
120
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
121
121
  owner: string;
122
122
  protocolFee: string;
123
123
  beneficiary: string;
@@ -127,45 +127,45 @@ export declare const CoreConfigSchema: z.ZodObject<{
127
127
  owner: z.ZodString;
128
128
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
129
129
  paused: z.ZodBoolean;
130
- type: z.ZodLiteral<import("../index.js").HookType.PAUSABLE>;
130
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PAUSABLE>;
131
131
  }, "strip", z.ZodTypeAny, {
132
- type: import("../index.js").HookType.PAUSABLE;
132
+ type: import("../hook/types.js").HookType.PAUSABLE;
133
133
  owner: string;
134
134
  paused: boolean;
135
135
  ownerOverrides?: Record<string, string> | undefined;
136
136
  }, {
137
- type: import("../index.js").HookType.PAUSABLE;
137
+ type: import("../hook/types.js").HookType.PAUSABLE;
138
138
  owner: string;
139
139
  paused: boolean;
140
140
  ownerOverrides?: Record<string, string> | undefined;
141
141
  }>, z.ZodObject<{
142
142
  owner: z.ZodString;
143
143
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
144
- type: z.ZodLiteral<import("../index.js").HookType.OP_STACK>;
144
+ type: z.ZodLiteral<import("../hook/types.js").HookType.OP_STACK>;
145
145
  nativeBridge: z.ZodString;
146
146
  destinationChain: z.ZodString;
147
147
  }, "strip", z.ZodTypeAny, {
148
- type: import("../index.js").HookType.OP_STACK;
148
+ type: import("../hook/types.js").HookType.OP_STACK;
149
149
  owner: string;
150
150
  nativeBridge: string;
151
151
  destinationChain: string;
152
152
  ownerOverrides?: Record<string, string> | undefined;
153
153
  }, {
154
- type: import("../index.js").HookType.OP_STACK;
154
+ type: import("../hook/types.js").HookType.OP_STACK;
155
155
  owner: string;
156
156
  nativeBridge: string;
157
157
  destinationChain: string;
158
158
  ownerOverrides?: Record<string, string> | undefined;
159
159
  }>, z.ZodObject<{
160
- type: z.ZodLiteral<import("../index.js").HookType.MERKLE_TREE>;
160
+ type: z.ZodLiteral<import("../hook/types.js").HookType.MERKLE_TREE>;
161
161
  }, "strip", z.ZodTypeAny, {
162
- type: import("../index.js").HookType.MERKLE_TREE;
162
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
163
163
  }, {
164
- type: import("../index.js").HookType.MERKLE_TREE;
164
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
165
165
  }>, z.ZodObject<{
166
166
  owner: z.ZodString;
167
167
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
168
- type: z.ZodLiteral<import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
168
+ type: z.ZodLiteral<import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
169
169
  beneficiary: z.ZodString;
170
170
  oracleKey: z.ZodString;
171
171
  overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
@@ -180,7 +180,7 @@ export declare const CoreConfigSchema: z.ZodObject<{
180
180
  tokenExchangeRate: string;
181
181
  }>>;
182
182
  }, "strip", z.ZodTypeAny, {
183
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
183
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
184
184
  owner: string;
185
185
  beneficiary: string;
186
186
  oracleKey: string;
@@ -191,7 +191,7 @@ export declare const CoreConfigSchema: z.ZodObject<{
191
191
  }>;
192
192
  ownerOverrides?: Record<string, string> | undefined;
193
193
  }, {
194
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
194
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
195
195
  owner: string;
196
196
  beneficiary: string;
197
197
  oracleKey: string;
@@ -201,20 +201,20 @@ export declare const CoreConfigSchema: z.ZodObject<{
201
201
  tokenExchangeRate: string;
202
202
  }>;
203
203
  ownerOverrides?: Record<string, string> | undefined;
204
- }>, z.ZodType<import("../index.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../index.js").DomainRoutingHookConfig>, z.ZodType<import("../index.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../index.js").FallbackRoutingHookConfig>, z.ZodType<import("../index.js").AggregationHookConfig, z.ZodTypeDef, import("../index.js").AggregationHookConfig>, z.ZodObject<{
205
- type: z.ZodLiteral<import("../index.js").HookType.ARB_L2_TO_L1>;
204
+ }>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
205
+ type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
206
206
  arbSys: z.ZodString;
207
207
  bridge: z.ZodOptional<z.ZodString>;
208
208
  destinationChain: z.ZodString;
209
209
  childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
210
210
  }, "strip", z.ZodTypeAny, {
211
- type: import("../index.js").HookType.ARB_L2_TO_L1;
211
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
212
212
  destinationChain: string;
213
213
  arbSys: string;
214
214
  bridge?: string | undefined;
215
215
  childHook?: any;
216
216
  }, {
217
- type: import("../index.js").HookType.ARB_L2_TO_L1;
217
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
218
218
  destinationChain: string;
219
219
  arbSys: string;
220
220
  bridge?: string | undefined;
@@ -223,19 +223,19 @@ export declare const CoreConfigSchema: z.ZodObject<{
223
223
  requiredHook: z.ZodUnion<[z.ZodString, z.ZodObject<{
224
224
  owner: z.ZodString;
225
225
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
226
- type: z.ZodLiteral<import("../index.js").HookType.PROTOCOL_FEE>;
226
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PROTOCOL_FEE>;
227
227
  beneficiary: z.ZodString;
228
228
  maxProtocolFee: z.ZodString;
229
229
  protocolFee: z.ZodString;
230
230
  }, "strip", z.ZodTypeAny, {
231
- type: import("../index.js").HookType.PROTOCOL_FEE;
231
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
232
232
  owner: string;
233
233
  protocolFee: string;
234
234
  beneficiary: string;
235
235
  maxProtocolFee: string;
236
236
  ownerOverrides?: Record<string, string> | undefined;
237
237
  }, {
238
- type: import("../index.js").HookType.PROTOCOL_FEE;
238
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
239
239
  owner: string;
240
240
  protocolFee: string;
241
241
  beneficiary: string;
@@ -245,45 +245,45 @@ export declare const CoreConfigSchema: z.ZodObject<{
245
245
  owner: z.ZodString;
246
246
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
247
247
  paused: z.ZodBoolean;
248
- type: z.ZodLiteral<import("../index.js").HookType.PAUSABLE>;
248
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PAUSABLE>;
249
249
  }, "strip", z.ZodTypeAny, {
250
- type: import("../index.js").HookType.PAUSABLE;
250
+ type: import("../hook/types.js").HookType.PAUSABLE;
251
251
  owner: string;
252
252
  paused: boolean;
253
253
  ownerOverrides?: Record<string, string> | undefined;
254
254
  }, {
255
- type: import("../index.js").HookType.PAUSABLE;
255
+ type: import("../hook/types.js").HookType.PAUSABLE;
256
256
  owner: string;
257
257
  paused: boolean;
258
258
  ownerOverrides?: Record<string, string> | undefined;
259
259
  }>, z.ZodObject<{
260
260
  owner: z.ZodString;
261
261
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
262
- type: z.ZodLiteral<import("../index.js").HookType.OP_STACK>;
262
+ type: z.ZodLiteral<import("../hook/types.js").HookType.OP_STACK>;
263
263
  nativeBridge: z.ZodString;
264
264
  destinationChain: z.ZodString;
265
265
  }, "strip", z.ZodTypeAny, {
266
- type: import("../index.js").HookType.OP_STACK;
266
+ type: import("../hook/types.js").HookType.OP_STACK;
267
267
  owner: string;
268
268
  nativeBridge: string;
269
269
  destinationChain: string;
270
270
  ownerOverrides?: Record<string, string> | undefined;
271
271
  }, {
272
- type: import("../index.js").HookType.OP_STACK;
272
+ type: import("../hook/types.js").HookType.OP_STACK;
273
273
  owner: string;
274
274
  nativeBridge: string;
275
275
  destinationChain: string;
276
276
  ownerOverrides?: Record<string, string> | undefined;
277
277
  }>, z.ZodObject<{
278
- type: z.ZodLiteral<import("../index.js").HookType.MERKLE_TREE>;
278
+ type: z.ZodLiteral<import("../hook/types.js").HookType.MERKLE_TREE>;
279
279
  }, "strip", z.ZodTypeAny, {
280
- type: import("../index.js").HookType.MERKLE_TREE;
280
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
281
281
  }, {
282
- type: import("../index.js").HookType.MERKLE_TREE;
282
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
283
283
  }>, z.ZodObject<{
284
284
  owner: z.ZodString;
285
285
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
286
- type: z.ZodLiteral<import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
286
+ type: z.ZodLiteral<import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
287
287
  beneficiary: z.ZodString;
288
288
  oracleKey: z.ZodString;
289
289
  overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
@@ -298,7 +298,7 @@ export declare const CoreConfigSchema: z.ZodObject<{
298
298
  tokenExchangeRate: string;
299
299
  }>>;
300
300
  }, "strip", z.ZodTypeAny, {
301
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
301
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
302
302
  owner: string;
303
303
  beneficiary: string;
304
304
  oracleKey: string;
@@ -309,7 +309,7 @@ export declare const CoreConfigSchema: z.ZodObject<{
309
309
  }>;
310
310
  ownerOverrides?: Record<string, string> | undefined;
311
311
  }, {
312
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
312
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
313
313
  owner: string;
314
314
  beneficiary: string;
315
315
  oracleKey: string;
@@ -319,20 +319,20 @@ export declare const CoreConfigSchema: z.ZodObject<{
319
319
  tokenExchangeRate: string;
320
320
  }>;
321
321
  ownerOverrides?: Record<string, string> | undefined;
322
- }>, z.ZodType<import("../index.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../index.js").DomainRoutingHookConfig>, z.ZodType<import("../index.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../index.js").FallbackRoutingHookConfig>, z.ZodType<import("../index.js").AggregationHookConfig, z.ZodTypeDef, import("../index.js").AggregationHookConfig>, z.ZodObject<{
323
- type: z.ZodLiteral<import("../index.js").HookType.ARB_L2_TO_L1>;
322
+ }>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
323
+ type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
324
324
  arbSys: z.ZodString;
325
325
  bridge: z.ZodOptional<z.ZodString>;
326
326
  destinationChain: z.ZodString;
327
327
  childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
328
328
  }, "strip", z.ZodTypeAny, {
329
- type: import("../index.js").HookType.ARB_L2_TO_L1;
329
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
330
330
  destinationChain: string;
331
331
  arbSys: string;
332
332
  bridge?: string | undefined;
333
333
  childHook?: any;
334
334
  }, {
335
- type: import("../index.js").HookType.ARB_L2_TO_L1;
335
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
336
336
  destinationChain: string;
337
337
  arbSys: string;
338
338
  bridge?: string | undefined;
@@ -353,77 +353,78 @@ export declare const CoreConfigSchema: z.ZodObject<{
353
353
  }>>;
354
354
  }, "strip", z.ZodTypeAny, {
355
355
  owner: string;
356
- defaultIsm: string | {
357
- type: import("../index.js").IsmType.TEST_ISM;
358
- } | {
359
- type: import("../index.js").IsmType.TRUSTED_RELAYER;
360
- relayer: string;
361
- } | {
362
- type: import("../index.js").IsmType.OP_STACK;
363
- origin: string;
364
- nativeBridge: string;
365
- } | {
366
- type: import("../index.js").IsmType.ARB_L2_TO_L1;
367
- bridge: string;
356
+ defaultIsm: string | ({
357
+ validators: string[];
358
+ threshold: number;
359
+ } & {
360
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
361
+ }) | ({
362
+ validators: {
363
+ signingAddress: string;
364
+ weight: number;
365
+ }[];
366
+ thresholdWeight: number;
367
+ } & {
368
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
369
+ }) | {
370
+ type: import("../ism/types.js").IsmType.TEST_ISM;
368
371
  } | ({
369
372
  owner: string;
370
373
  paused: boolean;
371
374
  ownerOverrides?: Record<string, string> | undefined;
372
375
  } & {
373
- type: import("../index.js").IsmType.PAUSABLE;
374
- }) | ({
376
+ type: import("../ism/types.js").IsmType.PAUSABLE;
377
+ }) | {
378
+ type: import("../ism/types.js").IsmType.OP_STACK;
379
+ origin: string;
380
+ nativeBridge: string;
381
+ } | {
382
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
383
+ relayer: string;
384
+ } | {
385
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
386
+ bridge: string;
387
+ } | import("../ism/types.js").AggregationIsmConfig | (string & {
375
388
  validators: string[];
376
389
  threshold: number;
377
390
  } & {
378
- type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG | import("../index.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
379
- }) | ({
391
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
392
+ }) | (string & {
380
393
  validators: {
381
394
  signingAddress: string;
382
395
  weight: number;
383
396
  }[];
384
397
  thresholdWeight: number;
385
398
  } & {
386
- type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
387
- }) | import("../index.js").AggregationIsmConfig | (string & {
388
- type: import("../index.js").IsmType.TEST_ISM;
399
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
389
400
  }) | (string & {
390
- type: import("../index.js").IsmType.TRUSTED_RELAYER;
391
- relayer: string;
401
+ type: import("../ism/types.js").IsmType.TEST_ISM;
402
+ }) | (string & {
403
+ owner: string;
404
+ paused: boolean;
405
+ ownerOverrides?: Record<string, string> | undefined;
406
+ } & {
407
+ type: import("../ism/types.js").IsmType.PAUSABLE;
392
408
  }) | (string & {
393
- type: import("../index.js").IsmType.OP_STACK;
409
+ type: import("../ism/types.js").IsmType.OP_STACK;
394
410
  origin: string;
395
411
  nativeBridge: string;
396
412
  }) | (string & {
397
- type: import("../index.js").IsmType.ARB_L2_TO_L1;
413
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
414
+ relayer: string;
415
+ }) | (string & {
416
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
398
417
  bridge: string;
399
418
  }) | (string & {
400
419
  owner: string;
401
420
  ownerOverrides?: Record<string, string> | undefined;
402
421
  } & {
403
- type: import("../index.js").IsmType.ROUTING | import("../index.js").IsmType.FALLBACK_ROUTING;
404
- domains: import("../types.js").ChainMap<string | {
405
- type: import("../index.js").IsmType.TEST_ISM;
406
- } | {
407
- type: import("../index.js").IsmType.TRUSTED_RELAYER;
408
- relayer: string;
409
- } | {
410
- type: import("../index.js").IsmType.OP_STACK;
411
- origin: string;
412
- nativeBridge: string;
413
- } | {
414
- type: import("../index.js").IsmType.ARB_L2_TO_L1;
415
- bridge: string;
416
- } | import("../index.js").RoutingIsmConfig | ({
417
- owner: string;
418
- paused: boolean;
419
- ownerOverrides?: Record<string, string> | undefined;
420
- } & {
421
- type: import("../index.js").IsmType.PAUSABLE;
422
- }) | ({
422
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
423
+ domains: import("../types.js").ChainMap<string | ({
423
424
  validators: string[];
424
425
  threshold: number;
425
426
  } & {
426
- type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG | import("../index.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
427
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
427
428
  }) | ({
428
429
  validators: {
429
430
  signingAddress: string;
@@ -431,67 +432,67 @@ export declare const CoreConfigSchema: z.ZodObject<{
431
432
  }[];
432
433
  thresholdWeight: number;
433
434
  } & {
434
- type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
435
- }) | import("../index.js").AggregationIsmConfig>;
436
- }) | (string & {
437
- owner: string;
438
- paused: boolean;
439
- ownerOverrides?: Record<string, string> | undefined;
440
- } & {
441
- type: import("../index.js").IsmType.PAUSABLE;
442
- }) | (string & {
435
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
436
+ }) | {
437
+ type: import("../ism/types.js").IsmType.TEST_ISM;
438
+ } | ({
439
+ owner: string;
440
+ paused: boolean;
441
+ ownerOverrides?: Record<string, string> | undefined;
442
+ } & {
443
+ type: import("../ism/types.js").IsmType.PAUSABLE;
444
+ }) | {
445
+ type: import("../ism/types.js").IsmType.OP_STACK;
446
+ origin: string;
447
+ nativeBridge: string;
448
+ } | {
449
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
450
+ relayer: string;
451
+ } | {
452
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
453
+ bridge: string;
454
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
455
+ }) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
443
456
  validators: string[];
444
457
  threshold: number;
445
458
  } & {
446
- type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG | import("../index.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
447
- }) | (string & {
459
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
460
+ } & string) | ({
448
461
  validators: {
449
462
  signingAddress: string;
450
463
  weight: number;
451
464
  }[];
452
465
  thresholdWeight: number;
453
466
  } & {
454
- type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
455
- }) | (string & import("../index.js").AggregationIsmConfig) | ({
456
- type: import("../index.js").IsmType.TEST_ISM;
467
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
457
468
  } & string) | ({
458
- type: import("../index.js").IsmType.TRUSTED_RELAYER;
459
- relayer: string;
469
+ type: import("../ism/types.js").IsmType.TEST_ISM;
460
470
  } & string) | ({
461
- type: import("../index.js").IsmType.OP_STACK;
471
+ owner: string;
472
+ paused: boolean;
473
+ ownerOverrides?: Record<string, string> | undefined;
474
+ } & {
475
+ type: import("../ism/types.js").IsmType.PAUSABLE;
476
+ } & string) | ({
477
+ type: import("../ism/types.js").IsmType.OP_STACK;
462
478
  origin: string;
463
479
  nativeBridge: string;
464
480
  } & string) | ({
465
- type: import("../index.js").IsmType.ARB_L2_TO_L1;
481
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
482
+ relayer: string;
483
+ } & string) | ({
484
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
466
485
  bridge: string;
467
486
  } & string) | ({
468
487
  owner: string;
469
488
  ownerOverrides?: Record<string, string> | undefined;
470
489
  } & {
471
- type: import("../index.js").IsmType.ROUTING | import("../index.js").IsmType.FALLBACK_ROUTING;
472
- domains: import("../types.js").ChainMap<string | {
473
- type: import("../index.js").IsmType.TEST_ISM;
474
- } | {
475
- type: import("../index.js").IsmType.TRUSTED_RELAYER;
476
- relayer: string;
477
- } | {
478
- type: import("../index.js").IsmType.OP_STACK;
479
- origin: string;
480
- nativeBridge: string;
481
- } | {
482
- type: import("../index.js").IsmType.ARB_L2_TO_L1;
483
- bridge: string;
484
- } | import("../index.js").RoutingIsmConfig | ({
485
- owner: string;
486
- paused: boolean;
487
- ownerOverrides?: Record<string, string> | undefined;
488
- } & {
489
- type: import("../index.js").IsmType.PAUSABLE;
490
- }) | ({
490
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
491
+ domains: import("../types.js").ChainMap<string | ({
491
492
  validators: string[];
492
493
  threshold: number;
493
494
  } & {
494
- type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG | import("../index.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
495
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
495
496
  }) | ({
496
497
  validators: {
497
498
  signingAddress: string;
@@ -499,36 +500,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
499
500
  }[];
500
501
  thresholdWeight: number;
501
502
  } & {
502
- type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
503
- }) | import("../index.js").AggregationIsmConfig>;
504
- } & string) | ({
505
- owner: string;
506
- ownerOverrides?: Record<string, string> | undefined;
507
- } & {
508
- type: import("../index.js").IsmType.ROUTING | import("../index.js").IsmType.FALLBACK_ROUTING;
509
- domains: import("../types.js").ChainMap<string | {
510
- type: import("../index.js").IsmType.TEST_ISM;
511
- } | {
512
- type: import("../index.js").IsmType.TRUSTED_RELAYER;
513
- relayer: string;
514
- } | {
515
- type: import("../index.js").IsmType.OP_STACK;
516
- origin: string;
517
- nativeBridge: string;
518
- } | {
519
- type: import("../index.js").IsmType.ARB_L2_TO_L1;
520
- bridge: string;
521
- } | import("../index.js").RoutingIsmConfig | ({
503
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
504
+ }) | {
505
+ type: import("../ism/types.js").IsmType.TEST_ISM;
506
+ } | ({
522
507
  owner: string;
523
508
  paused: boolean;
524
509
  ownerOverrides?: Record<string, string> | undefined;
525
510
  } & {
526
- type: import("../index.js").IsmType.PAUSABLE;
527
- }) | ({
511
+ type: import("../ism/types.js").IsmType.PAUSABLE;
512
+ }) | {
513
+ type: import("../ism/types.js").IsmType.OP_STACK;
514
+ origin: string;
515
+ nativeBridge: string;
516
+ } | {
517
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
518
+ relayer: string;
519
+ } | {
520
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
521
+ bridge: string;
522
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
523
+ } & string) | ({
524
+ owner: string;
525
+ ownerOverrides?: Record<string, string> | undefined;
526
+ } & {
527
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
528
+ domains: import("../types.js").ChainMap<string | ({
528
529
  validators: string[];
529
530
  threshold: number;
530
531
  } & {
531
- type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG | import("../index.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
532
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
532
533
  }) | ({
533
534
  validators: {
534
535
  signingAddress: string;
@@ -536,32 +537,31 @@ export declare const CoreConfigSchema: z.ZodObject<{
536
537
  }[];
537
538
  thresholdWeight: number;
538
539
  } & {
539
- type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
540
- }) | import("../index.js").AggregationIsmConfig>;
541
- }) | ({
542
- owner: string;
543
- paused: boolean;
544
- ownerOverrides?: Record<string, string> | undefined;
545
- } & {
546
- type: import("../index.js").IsmType.PAUSABLE;
547
- } & string) | ({
548
- validators: string[];
549
- threshold: number;
550
- } & {
551
- type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG | import("../index.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
552
- } & string) | ({
553
- validators: {
554
- signingAddress: string;
555
- weight: number;
556
- }[];
557
- thresholdWeight: number;
558
- } & {
559
- type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
560
- } & string) | (import("../index.js").AggregationIsmConfig & string);
540
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
541
+ }) | {
542
+ type: import("../ism/types.js").IsmType.TEST_ISM;
543
+ } | ({
544
+ owner: string;
545
+ paused: boolean;
546
+ ownerOverrides?: Record<string, string> | undefined;
547
+ } & {
548
+ type: import("../ism/types.js").IsmType.PAUSABLE;
549
+ }) | {
550
+ type: import("../ism/types.js").IsmType.OP_STACK;
551
+ origin: string;
552
+ nativeBridge: string;
553
+ } | {
554
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
555
+ relayer: string;
556
+ } | {
557
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
558
+ bridge: string;
559
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
560
+ }) | (import("../ism/types.js").AggregationIsmConfig & string);
561
561
  defaultHook: string | {
562
- type: import("../index.js").HookType.MERKLE_TREE;
562
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
563
563
  } | {
564
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
564
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
565
565
  owner: string;
566
566
  beneficiary: string;
567
567
  oracleKey: string;
@@ -572,33 +572,33 @@ export declare const CoreConfigSchema: z.ZodObject<{
572
572
  }>;
573
573
  ownerOverrides?: Record<string, string> | undefined;
574
574
  } | {
575
- type: import("../index.js").HookType.PROTOCOL_FEE;
575
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
576
576
  owner: string;
577
577
  protocolFee: string;
578
578
  beneficiary: string;
579
579
  maxProtocolFee: string;
580
580
  ownerOverrides?: Record<string, string> | undefined;
581
581
  } | {
582
- type: import("../index.js").HookType.PAUSABLE;
582
+ type: import("../hook/types.js").HookType.PAUSABLE;
583
583
  owner: string;
584
584
  paused: boolean;
585
585
  ownerOverrides?: Record<string, string> | undefined;
586
586
  } | {
587
- type: import("../index.js").HookType.OP_STACK;
587
+ type: import("../hook/types.js").HookType.OP_STACK;
588
588
  owner: string;
589
589
  nativeBridge: string;
590
590
  destinationChain: string;
591
591
  ownerOverrides?: Record<string, string> | undefined;
592
592
  } | {
593
- type: import("../index.js").HookType.ARB_L2_TO_L1;
593
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
594
594
  destinationChain: string;
595
595
  arbSys: string;
596
596
  bridge?: string | undefined;
597
597
  childHook?: any;
598
- } | import("../index.js").AggregationHookConfig | (string & {
599
- type: import("../index.js").HookType.MERKLE_TREE;
598
+ } | import("../hook/types.js").AggregationHookConfig | (string & {
599
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
600
600
  }) | (string & {
601
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
601
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
602
602
  owner: string;
603
603
  beneficiary: string;
604
604
  oracleKey: string;
@@ -609,25 +609,25 @@ export declare const CoreConfigSchema: z.ZodObject<{
609
609
  }>;
610
610
  ownerOverrides?: Record<string, string> | undefined;
611
611
  }) | (string & {
612
- type: import("../index.js").HookType.PROTOCOL_FEE;
612
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
613
613
  owner: string;
614
614
  protocolFee: string;
615
615
  beneficiary: string;
616
616
  maxProtocolFee: string;
617
617
  ownerOverrides?: Record<string, string> | undefined;
618
618
  }) | (string & {
619
- type: import("../index.js").HookType.PAUSABLE;
619
+ type: import("../hook/types.js").HookType.PAUSABLE;
620
620
  owner: string;
621
621
  paused: boolean;
622
622
  ownerOverrides?: Record<string, string> | undefined;
623
623
  }) | (string & {
624
- type: import("../index.js").HookType.OP_STACK;
624
+ type: import("../hook/types.js").HookType.OP_STACK;
625
625
  owner: string;
626
626
  nativeBridge: string;
627
627
  destinationChain: string;
628
628
  ownerOverrides?: Record<string, string> | undefined;
629
629
  }) | (string & {
630
- type: import("../index.js").HookType.ARB_L2_TO_L1;
630
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
631
631
  destinationChain: string;
632
632
  arbSys: string;
633
633
  bridge?: string | undefined;
@@ -637,9 +637,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
637
637
  ownerOverrides?: Record<string, string> | undefined;
638
638
  } & {
639
639
  domains: import("../types.js").ChainMap<string | {
640
- type: import("../index.js").HookType.MERKLE_TREE;
640
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
641
641
  } | {
642
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
642
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
643
643
  owner: string;
644
644
  beneficiary: string;
645
645
  oracleKey: string;
@@ -650,40 +650,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
650
650
  }>;
651
651
  ownerOverrides?: Record<string, string> | undefined;
652
652
  } | {
653
- type: import("../index.js").HookType.PROTOCOL_FEE;
653
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
654
654
  owner: string;
655
655
  protocolFee: string;
656
656
  beneficiary: string;
657
657
  maxProtocolFee: string;
658
658
  ownerOverrides?: Record<string, string> | undefined;
659
659
  } | {
660
- type: import("../index.js").HookType.PAUSABLE;
660
+ type: import("../hook/types.js").HookType.PAUSABLE;
661
661
  owner: string;
662
662
  paused: boolean;
663
663
  ownerOverrides?: Record<string, string> | undefined;
664
664
  } | {
665
- type: import("../index.js").HookType.OP_STACK;
665
+ type: import("../hook/types.js").HookType.OP_STACK;
666
666
  owner: string;
667
667
  nativeBridge: string;
668
668
  destinationChain: string;
669
669
  ownerOverrides?: Record<string, string> | undefined;
670
670
  } | {
671
- type: import("../index.js").HookType.ARB_L2_TO_L1;
671
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
672
672
  destinationChain: string;
673
673
  arbSys: string;
674
674
  bridge?: string | undefined;
675
675
  childHook?: any;
676
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
676
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
677
677
  } & {
678
- type: import("../index.js").HookType.ROUTING;
678
+ type: import("../hook/types.js").HookType.ROUTING;
679
679
  }) | (string & {
680
680
  owner: string;
681
681
  ownerOverrides?: Record<string, string> | undefined;
682
682
  } & {
683
683
  domains: import("../types.js").ChainMap<string | {
684
- type: import("../index.js").HookType.MERKLE_TREE;
684
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
685
685
  } | {
686
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
686
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
687
687
  owner: string;
688
688
  beneficiary: string;
689
689
  oracleKey: string;
@@ -694,36 +694,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
694
694
  }>;
695
695
  ownerOverrides?: Record<string, string> | undefined;
696
696
  } | {
697
- type: import("../index.js").HookType.PROTOCOL_FEE;
697
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
698
698
  owner: string;
699
699
  protocolFee: string;
700
700
  beneficiary: string;
701
701
  maxProtocolFee: string;
702
702
  ownerOverrides?: Record<string, string> | undefined;
703
703
  } | {
704
- type: import("../index.js").HookType.PAUSABLE;
704
+ type: import("../hook/types.js").HookType.PAUSABLE;
705
705
  owner: string;
706
706
  paused: boolean;
707
707
  ownerOverrides?: Record<string, string> | undefined;
708
708
  } | {
709
- type: import("../index.js").HookType.OP_STACK;
709
+ type: import("../hook/types.js").HookType.OP_STACK;
710
710
  owner: string;
711
711
  nativeBridge: string;
712
712
  destinationChain: string;
713
713
  ownerOverrides?: Record<string, string> | undefined;
714
714
  } | {
715
- type: import("../index.js").HookType.ARB_L2_TO_L1;
715
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
716
716
  destinationChain: string;
717
717
  arbSys: string;
718
718
  bridge?: string | undefined;
719
719
  childHook?: any;
720
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
720
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
721
721
  } & {
722
- type: import("../index.js").HookType.FALLBACK_ROUTING;
722
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
723
723
  fallback: string | {
724
- type: import("../index.js").HookType.MERKLE_TREE;
724
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
725
725
  } | {
726
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
726
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
727
727
  owner: string;
728
728
  beneficiary: string;
729
729
  oracleKey: string;
@@ -734,34 +734,34 @@ export declare const CoreConfigSchema: z.ZodObject<{
734
734
  }>;
735
735
  ownerOverrides?: Record<string, string> | undefined;
736
736
  } | {
737
- type: import("../index.js").HookType.PROTOCOL_FEE;
737
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
738
738
  owner: string;
739
739
  protocolFee: string;
740
740
  beneficiary: string;
741
741
  maxProtocolFee: string;
742
742
  ownerOverrides?: Record<string, string> | undefined;
743
743
  } | {
744
- type: import("../index.js").HookType.PAUSABLE;
744
+ type: import("../hook/types.js").HookType.PAUSABLE;
745
745
  owner: string;
746
746
  paused: boolean;
747
747
  ownerOverrides?: Record<string, string> | undefined;
748
748
  } | {
749
- type: import("../index.js").HookType.OP_STACK;
749
+ type: import("../hook/types.js").HookType.OP_STACK;
750
750
  owner: string;
751
751
  nativeBridge: string;
752
752
  destinationChain: string;
753
753
  ownerOverrides?: Record<string, string> | undefined;
754
754
  } | {
755
- type: import("../index.js").HookType.ARB_L2_TO_L1;
755
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
756
756
  destinationChain: string;
757
757
  arbSys: string;
758
758
  bridge?: string | undefined;
759
759
  childHook?: any;
760
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
761
- }) | (string & import("../index.js").AggregationHookConfig) | ({
762
- type: import("../index.js").HookType.MERKLE_TREE;
760
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
761
+ }) | (string & import("../hook/types.js").AggregationHookConfig) | ({
762
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
763
763
  } & string) | ({
764
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
764
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
765
765
  owner: string;
766
766
  beneficiary: string;
767
767
  oracleKey: string;
@@ -772,25 +772,25 @@ export declare const CoreConfigSchema: z.ZodObject<{
772
772
  }>;
773
773
  ownerOverrides?: Record<string, string> | undefined;
774
774
  } & string) | ({
775
- type: import("../index.js").HookType.PROTOCOL_FEE;
775
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
776
776
  owner: string;
777
777
  protocolFee: string;
778
778
  beneficiary: string;
779
779
  maxProtocolFee: string;
780
780
  ownerOverrides?: Record<string, string> | undefined;
781
781
  } & string) | ({
782
- type: import("../index.js").HookType.PAUSABLE;
782
+ type: import("../hook/types.js").HookType.PAUSABLE;
783
783
  owner: string;
784
784
  paused: boolean;
785
785
  ownerOverrides?: Record<string, string> | undefined;
786
786
  } & string) | ({
787
- type: import("../index.js").HookType.OP_STACK;
787
+ type: import("../hook/types.js").HookType.OP_STACK;
788
788
  owner: string;
789
789
  nativeBridge: string;
790
790
  destinationChain: string;
791
791
  ownerOverrides?: Record<string, string> | undefined;
792
792
  } & string) | ({
793
- type: import("../index.js").HookType.ARB_L2_TO_L1;
793
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
794
794
  destinationChain: string;
795
795
  arbSys: string;
796
796
  bridge?: string | undefined;
@@ -800,9 +800,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
800
800
  ownerOverrides?: Record<string, string> | undefined;
801
801
  } & {
802
802
  domains: import("../types.js").ChainMap<string | {
803
- type: import("../index.js").HookType.MERKLE_TREE;
803
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
804
804
  } | {
805
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
805
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
806
806
  owner: string;
807
807
  beneficiary: string;
808
808
  oracleKey: string;
@@ -813,40 +813,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
813
813
  }>;
814
814
  ownerOverrides?: Record<string, string> | undefined;
815
815
  } | {
816
- type: import("../index.js").HookType.PROTOCOL_FEE;
816
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
817
817
  owner: string;
818
818
  protocolFee: string;
819
819
  beneficiary: string;
820
820
  maxProtocolFee: string;
821
821
  ownerOverrides?: Record<string, string> | undefined;
822
822
  } | {
823
- type: import("../index.js").HookType.PAUSABLE;
823
+ type: import("../hook/types.js").HookType.PAUSABLE;
824
824
  owner: string;
825
825
  paused: boolean;
826
826
  ownerOverrides?: Record<string, string> | undefined;
827
827
  } | {
828
- type: import("../index.js").HookType.OP_STACK;
828
+ type: import("../hook/types.js").HookType.OP_STACK;
829
829
  owner: string;
830
830
  nativeBridge: string;
831
831
  destinationChain: string;
832
832
  ownerOverrides?: Record<string, string> | undefined;
833
833
  } | {
834
- type: import("../index.js").HookType.ARB_L2_TO_L1;
834
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
835
835
  destinationChain: string;
836
836
  arbSys: string;
837
837
  bridge?: string | undefined;
838
838
  childHook?: any;
839
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
839
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
840
840
  } & {
841
- type: import("../index.js").HookType.ROUTING;
841
+ type: import("../hook/types.js").HookType.ROUTING;
842
842
  } & string) | ({
843
843
  owner: string;
844
844
  ownerOverrides?: Record<string, string> | undefined;
845
845
  } & {
846
846
  domains: import("../types.js").ChainMap<string | {
847
- type: import("../index.js").HookType.MERKLE_TREE;
847
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
848
848
  } | {
849
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
849
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
850
850
  owner: string;
851
851
  beneficiary: string;
852
852
  oracleKey: string;
@@ -857,40 +857,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
857
857
  }>;
858
858
  ownerOverrides?: Record<string, string> | undefined;
859
859
  } | {
860
- type: import("../index.js").HookType.PROTOCOL_FEE;
860
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
861
861
  owner: string;
862
862
  protocolFee: string;
863
863
  beneficiary: string;
864
864
  maxProtocolFee: string;
865
865
  ownerOverrides?: Record<string, string> | undefined;
866
866
  } | {
867
- type: import("../index.js").HookType.PAUSABLE;
867
+ type: import("../hook/types.js").HookType.PAUSABLE;
868
868
  owner: string;
869
869
  paused: boolean;
870
870
  ownerOverrides?: Record<string, string> | undefined;
871
871
  } | {
872
- type: import("../index.js").HookType.OP_STACK;
872
+ type: import("../hook/types.js").HookType.OP_STACK;
873
873
  owner: string;
874
874
  nativeBridge: string;
875
875
  destinationChain: string;
876
876
  ownerOverrides?: Record<string, string> | undefined;
877
877
  } | {
878
- type: import("../index.js").HookType.ARB_L2_TO_L1;
878
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
879
879
  destinationChain: string;
880
880
  arbSys: string;
881
881
  bridge?: string | undefined;
882
882
  childHook?: any;
883
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
883
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
884
884
  } & {
885
- type: import("../index.js").HookType.ROUTING;
885
+ type: import("../hook/types.js").HookType.ROUTING;
886
886
  }) | ({
887
887
  owner: string;
888
888
  ownerOverrides?: Record<string, string> | undefined;
889
889
  } & {
890
890
  domains: import("../types.js").ChainMap<string | {
891
- type: import("../index.js").HookType.MERKLE_TREE;
891
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
892
892
  } | {
893
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
893
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
894
894
  owner: string;
895
895
  beneficiary: string;
896
896
  oracleKey: string;
@@ -901,36 +901,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
901
901
  }>;
902
902
  ownerOverrides?: Record<string, string> | undefined;
903
903
  } | {
904
- type: import("../index.js").HookType.PROTOCOL_FEE;
904
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
905
905
  owner: string;
906
906
  protocolFee: string;
907
907
  beneficiary: string;
908
908
  maxProtocolFee: string;
909
909
  ownerOverrides?: Record<string, string> | undefined;
910
910
  } | {
911
- type: import("../index.js").HookType.PAUSABLE;
911
+ type: import("../hook/types.js").HookType.PAUSABLE;
912
912
  owner: string;
913
913
  paused: boolean;
914
914
  ownerOverrides?: Record<string, string> | undefined;
915
915
  } | {
916
- type: import("../index.js").HookType.OP_STACK;
916
+ type: import("../hook/types.js").HookType.OP_STACK;
917
917
  owner: string;
918
918
  nativeBridge: string;
919
919
  destinationChain: string;
920
920
  ownerOverrides?: Record<string, string> | undefined;
921
921
  } | {
922
- type: import("../index.js").HookType.ARB_L2_TO_L1;
922
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
923
923
  destinationChain: string;
924
924
  arbSys: string;
925
925
  bridge?: string | undefined;
926
926
  childHook?: any;
927
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
927
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
928
928
  } & {
929
- type: import("../index.js").HookType.FALLBACK_ROUTING;
929
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
930
930
  fallback: string | {
931
- type: import("../index.js").HookType.MERKLE_TREE;
931
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
932
932
  } | {
933
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
933
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
934
934
  owner: string;
935
935
  beneficiary: string;
936
936
  oracleKey: string;
@@ -941,38 +941,38 @@ export declare const CoreConfigSchema: z.ZodObject<{
941
941
  }>;
942
942
  ownerOverrides?: Record<string, string> | undefined;
943
943
  } | {
944
- type: import("../index.js").HookType.PROTOCOL_FEE;
944
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
945
945
  owner: string;
946
946
  protocolFee: string;
947
947
  beneficiary: string;
948
948
  maxProtocolFee: string;
949
949
  ownerOverrides?: Record<string, string> | undefined;
950
950
  } | {
951
- type: import("../index.js").HookType.PAUSABLE;
951
+ type: import("../hook/types.js").HookType.PAUSABLE;
952
952
  owner: string;
953
953
  paused: boolean;
954
954
  ownerOverrides?: Record<string, string> | undefined;
955
955
  } | {
956
- type: import("../index.js").HookType.OP_STACK;
956
+ type: import("../hook/types.js").HookType.OP_STACK;
957
957
  owner: string;
958
958
  nativeBridge: string;
959
959
  destinationChain: string;
960
960
  ownerOverrides?: Record<string, string> | undefined;
961
961
  } | {
962
- type: import("../index.js").HookType.ARB_L2_TO_L1;
962
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
963
963
  destinationChain: string;
964
964
  arbSys: string;
965
965
  bridge?: string | undefined;
966
966
  childHook?: any;
967
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
967
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
968
968
  } & string) | ({
969
969
  owner: string;
970
970
  ownerOverrides?: Record<string, string> | undefined;
971
971
  } & {
972
972
  domains: import("../types.js").ChainMap<string | {
973
- type: import("../index.js").HookType.MERKLE_TREE;
973
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
974
974
  } | {
975
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
975
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
976
976
  owner: string;
977
977
  beneficiary: string;
978
978
  oracleKey: string;
@@ -983,36 +983,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
983
983
  }>;
984
984
  ownerOverrides?: Record<string, string> | undefined;
985
985
  } | {
986
- type: import("../index.js").HookType.PROTOCOL_FEE;
986
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
987
987
  owner: string;
988
988
  protocolFee: string;
989
989
  beneficiary: string;
990
990
  maxProtocolFee: string;
991
991
  ownerOverrides?: Record<string, string> | undefined;
992
992
  } | {
993
- type: import("../index.js").HookType.PAUSABLE;
993
+ type: import("../hook/types.js").HookType.PAUSABLE;
994
994
  owner: string;
995
995
  paused: boolean;
996
996
  ownerOverrides?: Record<string, string> | undefined;
997
997
  } | {
998
- type: import("../index.js").HookType.OP_STACK;
998
+ type: import("../hook/types.js").HookType.OP_STACK;
999
999
  owner: string;
1000
1000
  nativeBridge: string;
1001
1001
  destinationChain: string;
1002
1002
  ownerOverrides?: Record<string, string> | undefined;
1003
1003
  } | {
1004
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1004
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1005
1005
  destinationChain: string;
1006
1006
  arbSys: string;
1007
1007
  bridge?: string | undefined;
1008
1008
  childHook?: any;
1009
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1009
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1010
1010
  } & {
1011
- type: import("../index.js").HookType.FALLBACK_ROUTING;
1011
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
1012
1012
  fallback: string | {
1013
- type: import("../index.js").HookType.MERKLE_TREE;
1013
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1014
1014
  } | {
1015
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1015
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1016
1016
  owner: string;
1017
1017
  beneficiary: string;
1018
1018
  oracleKey: string;
@@ -1023,35 +1023,35 @@ export declare const CoreConfigSchema: z.ZodObject<{
1023
1023
  }>;
1024
1024
  ownerOverrides?: Record<string, string> | undefined;
1025
1025
  } | {
1026
- type: import("../index.js").HookType.PROTOCOL_FEE;
1026
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1027
1027
  owner: string;
1028
1028
  protocolFee: string;
1029
1029
  beneficiary: string;
1030
1030
  maxProtocolFee: string;
1031
1031
  ownerOverrides?: Record<string, string> | undefined;
1032
1032
  } | {
1033
- type: import("../index.js").HookType.PAUSABLE;
1033
+ type: import("../hook/types.js").HookType.PAUSABLE;
1034
1034
  owner: string;
1035
1035
  paused: boolean;
1036
1036
  ownerOverrides?: Record<string, string> | undefined;
1037
1037
  } | {
1038
- type: import("../index.js").HookType.OP_STACK;
1038
+ type: import("../hook/types.js").HookType.OP_STACK;
1039
1039
  owner: string;
1040
1040
  nativeBridge: string;
1041
1041
  destinationChain: string;
1042
1042
  ownerOverrides?: Record<string, string> | undefined;
1043
1043
  } | {
1044
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1044
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1045
1045
  destinationChain: string;
1046
1046
  arbSys: string;
1047
1047
  bridge?: string | undefined;
1048
1048
  childHook?: any;
1049
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
1050
- }) | (import("../index.js").AggregationHookConfig & string);
1049
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
1050
+ }) | (import("../hook/types.js").AggregationHookConfig & string);
1051
1051
  requiredHook: string | {
1052
- type: import("../index.js").HookType.MERKLE_TREE;
1052
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1053
1053
  } | {
1054
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1054
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1055
1055
  owner: string;
1056
1056
  beneficiary: string;
1057
1057
  oracleKey: string;
@@ -1062,33 +1062,33 @@ export declare const CoreConfigSchema: z.ZodObject<{
1062
1062
  }>;
1063
1063
  ownerOverrides?: Record<string, string> | undefined;
1064
1064
  } | {
1065
- type: import("../index.js").HookType.PROTOCOL_FEE;
1065
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1066
1066
  owner: string;
1067
1067
  protocolFee: string;
1068
1068
  beneficiary: string;
1069
1069
  maxProtocolFee: string;
1070
1070
  ownerOverrides?: Record<string, string> | undefined;
1071
1071
  } | {
1072
- type: import("../index.js").HookType.PAUSABLE;
1072
+ type: import("../hook/types.js").HookType.PAUSABLE;
1073
1073
  owner: string;
1074
1074
  paused: boolean;
1075
1075
  ownerOverrides?: Record<string, string> | undefined;
1076
1076
  } | {
1077
- type: import("../index.js").HookType.OP_STACK;
1077
+ type: import("../hook/types.js").HookType.OP_STACK;
1078
1078
  owner: string;
1079
1079
  nativeBridge: string;
1080
1080
  destinationChain: string;
1081
1081
  ownerOverrides?: Record<string, string> | undefined;
1082
1082
  } | {
1083
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1083
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1084
1084
  destinationChain: string;
1085
1085
  arbSys: string;
1086
1086
  bridge?: string | undefined;
1087
1087
  childHook?: any;
1088
- } | import("../index.js").AggregationHookConfig | (string & {
1089
- type: import("../index.js").HookType.MERKLE_TREE;
1088
+ } | import("../hook/types.js").AggregationHookConfig | (string & {
1089
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1090
1090
  }) | (string & {
1091
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1091
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1092
1092
  owner: string;
1093
1093
  beneficiary: string;
1094
1094
  oracleKey: string;
@@ -1099,25 +1099,25 @@ export declare const CoreConfigSchema: z.ZodObject<{
1099
1099
  }>;
1100
1100
  ownerOverrides?: Record<string, string> | undefined;
1101
1101
  }) | (string & {
1102
- type: import("../index.js").HookType.PROTOCOL_FEE;
1102
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1103
1103
  owner: string;
1104
1104
  protocolFee: string;
1105
1105
  beneficiary: string;
1106
1106
  maxProtocolFee: string;
1107
1107
  ownerOverrides?: Record<string, string> | undefined;
1108
1108
  }) | (string & {
1109
- type: import("../index.js").HookType.PAUSABLE;
1109
+ type: import("../hook/types.js").HookType.PAUSABLE;
1110
1110
  owner: string;
1111
1111
  paused: boolean;
1112
1112
  ownerOverrides?: Record<string, string> | undefined;
1113
1113
  }) | (string & {
1114
- type: import("../index.js").HookType.OP_STACK;
1114
+ type: import("../hook/types.js").HookType.OP_STACK;
1115
1115
  owner: string;
1116
1116
  nativeBridge: string;
1117
1117
  destinationChain: string;
1118
1118
  ownerOverrides?: Record<string, string> | undefined;
1119
1119
  }) | (string & {
1120
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1120
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1121
1121
  destinationChain: string;
1122
1122
  arbSys: string;
1123
1123
  bridge?: string | undefined;
@@ -1127,9 +1127,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
1127
1127
  ownerOverrides?: Record<string, string> | undefined;
1128
1128
  } & {
1129
1129
  domains: import("../types.js").ChainMap<string | {
1130
- type: import("../index.js").HookType.MERKLE_TREE;
1130
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1131
1131
  } | {
1132
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1132
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1133
1133
  owner: string;
1134
1134
  beneficiary: string;
1135
1135
  oracleKey: string;
@@ -1140,40 +1140,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
1140
1140
  }>;
1141
1141
  ownerOverrides?: Record<string, string> | undefined;
1142
1142
  } | {
1143
- type: import("../index.js").HookType.PROTOCOL_FEE;
1143
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1144
1144
  owner: string;
1145
1145
  protocolFee: string;
1146
1146
  beneficiary: string;
1147
1147
  maxProtocolFee: string;
1148
1148
  ownerOverrides?: Record<string, string> | undefined;
1149
1149
  } | {
1150
- type: import("../index.js").HookType.PAUSABLE;
1150
+ type: import("../hook/types.js").HookType.PAUSABLE;
1151
1151
  owner: string;
1152
1152
  paused: boolean;
1153
1153
  ownerOverrides?: Record<string, string> | undefined;
1154
1154
  } | {
1155
- type: import("../index.js").HookType.OP_STACK;
1155
+ type: import("../hook/types.js").HookType.OP_STACK;
1156
1156
  owner: string;
1157
1157
  nativeBridge: string;
1158
1158
  destinationChain: string;
1159
1159
  ownerOverrides?: Record<string, string> | undefined;
1160
1160
  } | {
1161
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1161
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1162
1162
  destinationChain: string;
1163
1163
  arbSys: string;
1164
1164
  bridge?: string | undefined;
1165
1165
  childHook?: any;
1166
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1166
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1167
1167
  } & {
1168
- type: import("../index.js").HookType.ROUTING;
1168
+ type: import("../hook/types.js").HookType.ROUTING;
1169
1169
  }) | (string & {
1170
1170
  owner: string;
1171
1171
  ownerOverrides?: Record<string, string> | undefined;
1172
1172
  } & {
1173
1173
  domains: import("../types.js").ChainMap<string | {
1174
- type: import("../index.js").HookType.MERKLE_TREE;
1174
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1175
1175
  } | {
1176
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1176
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1177
1177
  owner: string;
1178
1178
  beneficiary: string;
1179
1179
  oracleKey: string;
@@ -1184,36 +1184,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
1184
1184
  }>;
1185
1185
  ownerOverrides?: Record<string, string> | undefined;
1186
1186
  } | {
1187
- type: import("../index.js").HookType.PROTOCOL_FEE;
1187
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1188
1188
  owner: string;
1189
1189
  protocolFee: string;
1190
1190
  beneficiary: string;
1191
1191
  maxProtocolFee: string;
1192
1192
  ownerOverrides?: Record<string, string> | undefined;
1193
1193
  } | {
1194
- type: import("../index.js").HookType.PAUSABLE;
1194
+ type: import("../hook/types.js").HookType.PAUSABLE;
1195
1195
  owner: string;
1196
1196
  paused: boolean;
1197
1197
  ownerOverrides?: Record<string, string> | undefined;
1198
1198
  } | {
1199
- type: import("../index.js").HookType.OP_STACK;
1199
+ type: import("../hook/types.js").HookType.OP_STACK;
1200
1200
  owner: string;
1201
1201
  nativeBridge: string;
1202
1202
  destinationChain: string;
1203
1203
  ownerOverrides?: Record<string, string> | undefined;
1204
1204
  } | {
1205
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1205
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1206
1206
  destinationChain: string;
1207
1207
  arbSys: string;
1208
1208
  bridge?: string | undefined;
1209
1209
  childHook?: any;
1210
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1210
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1211
1211
  } & {
1212
- type: import("../index.js").HookType.FALLBACK_ROUTING;
1212
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
1213
1213
  fallback: string | {
1214
- type: import("../index.js").HookType.MERKLE_TREE;
1214
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1215
1215
  } | {
1216
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1216
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1217
1217
  owner: string;
1218
1218
  beneficiary: string;
1219
1219
  oracleKey: string;
@@ -1224,34 +1224,34 @@ export declare const CoreConfigSchema: z.ZodObject<{
1224
1224
  }>;
1225
1225
  ownerOverrides?: Record<string, string> | undefined;
1226
1226
  } | {
1227
- type: import("../index.js").HookType.PROTOCOL_FEE;
1227
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1228
1228
  owner: string;
1229
1229
  protocolFee: string;
1230
1230
  beneficiary: string;
1231
1231
  maxProtocolFee: string;
1232
1232
  ownerOverrides?: Record<string, string> | undefined;
1233
1233
  } | {
1234
- type: import("../index.js").HookType.PAUSABLE;
1234
+ type: import("../hook/types.js").HookType.PAUSABLE;
1235
1235
  owner: string;
1236
1236
  paused: boolean;
1237
1237
  ownerOverrides?: Record<string, string> | undefined;
1238
1238
  } | {
1239
- type: import("../index.js").HookType.OP_STACK;
1239
+ type: import("../hook/types.js").HookType.OP_STACK;
1240
1240
  owner: string;
1241
1241
  nativeBridge: string;
1242
1242
  destinationChain: string;
1243
1243
  ownerOverrides?: Record<string, string> | undefined;
1244
1244
  } | {
1245
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1245
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1246
1246
  destinationChain: string;
1247
1247
  arbSys: string;
1248
1248
  bridge?: string | undefined;
1249
1249
  childHook?: any;
1250
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
1251
- }) | (string & import("../index.js").AggregationHookConfig) | ({
1252
- type: import("../index.js").HookType.MERKLE_TREE;
1250
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
1251
+ }) | (string & import("../hook/types.js").AggregationHookConfig) | ({
1252
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1253
1253
  } & string) | ({
1254
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1254
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1255
1255
  owner: string;
1256
1256
  beneficiary: string;
1257
1257
  oracleKey: string;
@@ -1262,25 +1262,25 @@ export declare const CoreConfigSchema: z.ZodObject<{
1262
1262
  }>;
1263
1263
  ownerOverrides?: Record<string, string> | undefined;
1264
1264
  } & string) | ({
1265
- type: import("../index.js").HookType.PROTOCOL_FEE;
1265
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1266
1266
  owner: string;
1267
1267
  protocolFee: string;
1268
1268
  beneficiary: string;
1269
1269
  maxProtocolFee: string;
1270
1270
  ownerOverrides?: Record<string, string> | undefined;
1271
1271
  } & string) | ({
1272
- type: import("../index.js").HookType.PAUSABLE;
1272
+ type: import("../hook/types.js").HookType.PAUSABLE;
1273
1273
  owner: string;
1274
1274
  paused: boolean;
1275
1275
  ownerOverrides?: Record<string, string> | undefined;
1276
1276
  } & string) | ({
1277
- type: import("../index.js").HookType.OP_STACK;
1277
+ type: import("../hook/types.js").HookType.OP_STACK;
1278
1278
  owner: string;
1279
1279
  nativeBridge: string;
1280
1280
  destinationChain: string;
1281
1281
  ownerOverrides?: Record<string, string> | undefined;
1282
1282
  } & string) | ({
1283
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1283
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1284
1284
  destinationChain: string;
1285
1285
  arbSys: string;
1286
1286
  bridge?: string | undefined;
@@ -1290,9 +1290,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
1290
1290
  ownerOverrides?: Record<string, string> | undefined;
1291
1291
  } & {
1292
1292
  domains: import("../types.js").ChainMap<string | {
1293
- type: import("../index.js").HookType.MERKLE_TREE;
1293
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1294
1294
  } | {
1295
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1295
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1296
1296
  owner: string;
1297
1297
  beneficiary: string;
1298
1298
  oracleKey: string;
@@ -1303,40 +1303,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
1303
1303
  }>;
1304
1304
  ownerOverrides?: Record<string, string> | undefined;
1305
1305
  } | {
1306
- type: import("../index.js").HookType.PROTOCOL_FEE;
1306
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1307
1307
  owner: string;
1308
1308
  protocolFee: string;
1309
1309
  beneficiary: string;
1310
1310
  maxProtocolFee: string;
1311
1311
  ownerOverrides?: Record<string, string> | undefined;
1312
1312
  } | {
1313
- type: import("../index.js").HookType.PAUSABLE;
1313
+ type: import("../hook/types.js").HookType.PAUSABLE;
1314
1314
  owner: string;
1315
1315
  paused: boolean;
1316
1316
  ownerOverrides?: Record<string, string> | undefined;
1317
1317
  } | {
1318
- type: import("../index.js").HookType.OP_STACK;
1318
+ type: import("../hook/types.js").HookType.OP_STACK;
1319
1319
  owner: string;
1320
1320
  nativeBridge: string;
1321
1321
  destinationChain: string;
1322
1322
  ownerOverrides?: Record<string, string> | undefined;
1323
1323
  } | {
1324
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1324
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1325
1325
  destinationChain: string;
1326
1326
  arbSys: string;
1327
1327
  bridge?: string | undefined;
1328
1328
  childHook?: any;
1329
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1329
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1330
1330
  } & {
1331
- type: import("../index.js").HookType.ROUTING;
1331
+ type: import("../hook/types.js").HookType.ROUTING;
1332
1332
  } & string) | ({
1333
1333
  owner: string;
1334
1334
  ownerOverrides?: Record<string, string> | undefined;
1335
1335
  } & {
1336
1336
  domains: import("../types.js").ChainMap<string | {
1337
- type: import("../index.js").HookType.MERKLE_TREE;
1337
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1338
1338
  } | {
1339
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1339
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1340
1340
  owner: string;
1341
1341
  beneficiary: string;
1342
1342
  oracleKey: string;
@@ -1347,40 +1347,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
1347
1347
  }>;
1348
1348
  ownerOverrides?: Record<string, string> | undefined;
1349
1349
  } | {
1350
- type: import("../index.js").HookType.PROTOCOL_FEE;
1350
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1351
1351
  owner: string;
1352
1352
  protocolFee: string;
1353
1353
  beneficiary: string;
1354
1354
  maxProtocolFee: string;
1355
1355
  ownerOverrides?: Record<string, string> | undefined;
1356
1356
  } | {
1357
- type: import("../index.js").HookType.PAUSABLE;
1357
+ type: import("../hook/types.js").HookType.PAUSABLE;
1358
1358
  owner: string;
1359
1359
  paused: boolean;
1360
1360
  ownerOverrides?: Record<string, string> | undefined;
1361
1361
  } | {
1362
- type: import("../index.js").HookType.OP_STACK;
1362
+ type: import("../hook/types.js").HookType.OP_STACK;
1363
1363
  owner: string;
1364
1364
  nativeBridge: string;
1365
1365
  destinationChain: string;
1366
1366
  ownerOverrides?: Record<string, string> | undefined;
1367
1367
  } | {
1368
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1368
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1369
1369
  destinationChain: string;
1370
1370
  arbSys: string;
1371
1371
  bridge?: string | undefined;
1372
1372
  childHook?: any;
1373
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1373
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1374
1374
  } & {
1375
- type: import("../index.js").HookType.ROUTING;
1375
+ type: import("../hook/types.js").HookType.ROUTING;
1376
1376
  }) | ({
1377
1377
  owner: string;
1378
1378
  ownerOverrides?: Record<string, string> | undefined;
1379
1379
  } & {
1380
1380
  domains: import("../types.js").ChainMap<string | {
1381
- type: import("../index.js").HookType.MERKLE_TREE;
1381
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1382
1382
  } | {
1383
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1383
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1384
1384
  owner: string;
1385
1385
  beneficiary: string;
1386
1386
  oracleKey: string;
@@ -1391,36 +1391,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
1391
1391
  }>;
1392
1392
  ownerOverrides?: Record<string, string> | undefined;
1393
1393
  } | {
1394
- type: import("../index.js").HookType.PROTOCOL_FEE;
1394
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1395
1395
  owner: string;
1396
1396
  protocolFee: string;
1397
1397
  beneficiary: string;
1398
1398
  maxProtocolFee: string;
1399
1399
  ownerOverrides?: Record<string, string> | undefined;
1400
1400
  } | {
1401
- type: import("../index.js").HookType.PAUSABLE;
1401
+ type: import("../hook/types.js").HookType.PAUSABLE;
1402
1402
  owner: string;
1403
1403
  paused: boolean;
1404
1404
  ownerOverrides?: Record<string, string> | undefined;
1405
1405
  } | {
1406
- type: import("../index.js").HookType.OP_STACK;
1406
+ type: import("../hook/types.js").HookType.OP_STACK;
1407
1407
  owner: string;
1408
1408
  nativeBridge: string;
1409
1409
  destinationChain: string;
1410
1410
  ownerOverrides?: Record<string, string> | undefined;
1411
1411
  } | {
1412
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1412
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1413
1413
  destinationChain: string;
1414
1414
  arbSys: string;
1415
1415
  bridge?: string | undefined;
1416
1416
  childHook?: any;
1417
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1417
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1418
1418
  } & {
1419
- type: import("../index.js").HookType.FALLBACK_ROUTING;
1419
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
1420
1420
  fallback: string | {
1421
- type: import("../index.js").HookType.MERKLE_TREE;
1421
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1422
1422
  } | {
1423
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1423
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1424
1424
  owner: string;
1425
1425
  beneficiary: string;
1426
1426
  oracleKey: string;
@@ -1431,38 +1431,38 @@ export declare const CoreConfigSchema: z.ZodObject<{
1431
1431
  }>;
1432
1432
  ownerOverrides?: Record<string, string> | undefined;
1433
1433
  } | {
1434
- type: import("../index.js").HookType.PROTOCOL_FEE;
1434
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1435
1435
  owner: string;
1436
1436
  protocolFee: string;
1437
1437
  beneficiary: string;
1438
1438
  maxProtocolFee: string;
1439
1439
  ownerOverrides?: Record<string, string> | undefined;
1440
1440
  } | {
1441
- type: import("../index.js").HookType.PAUSABLE;
1441
+ type: import("../hook/types.js").HookType.PAUSABLE;
1442
1442
  owner: string;
1443
1443
  paused: boolean;
1444
1444
  ownerOverrides?: Record<string, string> | undefined;
1445
1445
  } | {
1446
- type: import("../index.js").HookType.OP_STACK;
1446
+ type: import("../hook/types.js").HookType.OP_STACK;
1447
1447
  owner: string;
1448
1448
  nativeBridge: string;
1449
1449
  destinationChain: string;
1450
1450
  ownerOverrides?: Record<string, string> | undefined;
1451
1451
  } | {
1452
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1452
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1453
1453
  destinationChain: string;
1454
1454
  arbSys: string;
1455
1455
  bridge?: string | undefined;
1456
1456
  childHook?: any;
1457
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
1457
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
1458
1458
  } & string) | ({
1459
1459
  owner: string;
1460
1460
  ownerOverrides?: Record<string, string> | undefined;
1461
1461
  } & {
1462
1462
  domains: import("../types.js").ChainMap<string | {
1463
- type: import("../index.js").HookType.MERKLE_TREE;
1463
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1464
1464
  } | {
1465
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1465
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1466
1466
  owner: string;
1467
1467
  beneficiary: string;
1468
1468
  oracleKey: string;
@@ -1473,36 +1473,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
1473
1473
  }>;
1474
1474
  ownerOverrides?: Record<string, string> | undefined;
1475
1475
  } | {
1476
- type: import("../index.js").HookType.PROTOCOL_FEE;
1476
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1477
1477
  owner: string;
1478
1478
  protocolFee: string;
1479
1479
  beneficiary: string;
1480
1480
  maxProtocolFee: string;
1481
1481
  ownerOverrides?: Record<string, string> | undefined;
1482
1482
  } | {
1483
- type: import("../index.js").HookType.PAUSABLE;
1483
+ type: import("../hook/types.js").HookType.PAUSABLE;
1484
1484
  owner: string;
1485
1485
  paused: boolean;
1486
1486
  ownerOverrides?: Record<string, string> | undefined;
1487
1487
  } | {
1488
- type: import("../index.js").HookType.OP_STACK;
1488
+ type: import("../hook/types.js").HookType.OP_STACK;
1489
1489
  owner: string;
1490
1490
  nativeBridge: string;
1491
1491
  destinationChain: string;
1492
1492
  ownerOverrides?: Record<string, string> | undefined;
1493
1493
  } | {
1494
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1494
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1495
1495
  destinationChain: string;
1496
1496
  arbSys: string;
1497
1497
  bridge?: string | undefined;
1498
1498
  childHook?: any;
1499
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1499
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1500
1500
  } & {
1501
- type: import("../index.js").HookType.FALLBACK_ROUTING;
1501
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
1502
1502
  fallback: string | {
1503
- type: import("../index.js").HookType.MERKLE_TREE;
1503
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1504
1504
  } | {
1505
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1505
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1506
1506
  owner: string;
1507
1507
  beneficiary: string;
1508
1508
  oracleKey: string;
@@ -1513,31 +1513,31 @@ export declare const CoreConfigSchema: z.ZodObject<{
1513
1513
  }>;
1514
1514
  ownerOverrides?: Record<string, string> | undefined;
1515
1515
  } | {
1516
- type: import("../index.js").HookType.PROTOCOL_FEE;
1516
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1517
1517
  owner: string;
1518
1518
  protocolFee: string;
1519
1519
  beneficiary: string;
1520
1520
  maxProtocolFee: string;
1521
1521
  ownerOverrides?: Record<string, string> | undefined;
1522
1522
  } | {
1523
- type: import("../index.js").HookType.PAUSABLE;
1523
+ type: import("../hook/types.js").HookType.PAUSABLE;
1524
1524
  owner: string;
1525
1525
  paused: boolean;
1526
1526
  ownerOverrides?: Record<string, string> | undefined;
1527
1527
  } | {
1528
- type: import("../index.js").HookType.OP_STACK;
1528
+ type: import("../hook/types.js").HookType.OP_STACK;
1529
1529
  owner: string;
1530
1530
  nativeBridge: string;
1531
1531
  destinationChain: string;
1532
1532
  ownerOverrides?: Record<string, string> | undefined;
1533
1533
  } | {
1534
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1534
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1535
1535
  destinationChain: string;
1536
1536
  arbSys: string;
1537
1537
  bridge?: string | undefined;
1538
1538
  childHook?: any;
1539
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
1540
- }) | (import("../index.js").AggregationHookConfig & string);
1539
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
1540
+ }) | (import("../hook/types.js").AggregationHookConfig & string);
1541
1541
  ownerOverrides?: Record<string, string> | undefined;
1542
1542
  proxyAdmin?: {
1543
1543
  owner: string;
@@ -1546,29 +1546,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
1546
1546
  } | undefined;
1547
1547
  }, {
1548
1548
  owner: string;
1549
- defaultIsm: string | {
1550
- type: import("../index.js").IsmType.TEST_ISM;
1551
- } | {
1552
- type: import("../index.js").IsmType.TRUSTED_RELAYER;
1553
- relayer: string;
1554
- } | {
1555
- type: import("../index.js").IsmType.OP_STACK;
1556
- origin: string;
1557
- nativeBridge: string;
1558
- } | {
1559
- type: import("../index.js").IsmType.ARB_L2_TO_L1;
1560
- bridge: string;
1561
- } | ({
1562
- owner: string;
1563
- paused: boolean;
1564
- ownerOverrides?: Record<string, string> | undefined;
1565
- } & {
1566
- type: import("../index.js").IsmType.PAUSABLE;
1567
- }) | ({
1549
+ defaultIsm: string | ({
1568
1550
  validators: string[];
1569
1551
  threshold: number;
1570
1552
  } & {
1571
- type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG | import("../index.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1553
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1572
1554
  }) | ({
1573
1555
  validators: {
1574
1556
  signingAddress: string;
@@ -1576,35 +1558,35 @@ export declare const CoreConfigSchema: z.ZodObject<{
1576
1558
  }[];
1577
1559
  thresholdWeight: number;
1578
1560
  } & {
1579
- type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1580
- }) | import("../index.js").AggregationIsmConfig | (string & {
1561
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1562
+ }) | {
1563
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1564
+ } | ({
1581
1565
  owner: string;
1566
+ paused: boolean;
1582
1567
  ownerOverrides?: Record<string, string> | undefined;
1583
1568
  } & {
1584
- type: import("../index.js").IsmType.ROUTING | import("../index.js").IsmType.FALLBACK_ROUTING;
1585
- domains: import("../types.js").ChainMap<string | {
1586
- type: import("../index.js").IsmType.TEST_ISM;
1587
- } | {
1588
- type: import("../index.js").IsmType.TRUSTED_RELAYER;
1589
- relayer: string;
1590
- } | {
1591
- type: import("../index.js").IsmType.OP_STACK;
1592
- origin: string;
1593
- nativeBridge: string;
1594
- } | {
1595
- type: import("../index.js").IsmType.ARB_L2_TO_L1;
1596
- bridge: string;
1597
- } | import("../index.js").RoutingIsmConfig | ({
1598
- owner: string;
1599
- paused: boolean;
1600
- ownerOverrides?: Record<string, string> | undefined;
1601
- } & {
1602
- type: import("../index.js").IsmType.PAUSABLE;
1603
- }) | ({
1569
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1570
+ }) | {
1571
+ type: import("../ism/types.js").IsmType.OP_STACK;
1572
+ origin: string;
1573
+ nativeBridge: string;
1574
+ } | {
1575
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1576
+ relayer: string;
1577
+ } | {
1578
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1579
+ bridge: string;
1580
+ } | import("../ism/types.js").AggregationIsmConfig | (string & {
1581
+ owner: string;
1582
+ ownerOverrides?: Record<string, string> | undefined;
1583
+ } & {
1584
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
1585
+ domains: import("../types.js").ChainMap<string | ({
1604
1586
  validators: string[];
1605
1587
  threshold: number;
1606
1588
  } & {
1607
- type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG | import("../index.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1589
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1608
1590
  }) | ({
1609
1591
  validators: {
1610
1592
  signingAddress: string;
@@ -1612,36 +1594,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
1612
1594
  }[];
1613
1595
  thresholdWeight: number;
1614
1596
  } & {
1615
- type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1616
- }) | import("../index.js").AggregationIsmConfig>;
1617
- }) | (string & import("../index.js").AggregationIsmConfig) | ({
1618
- owner: string;
1619
- ownerOverrides?: Record<string, string> | undefined;
1620
- } & {
1621
- type: import("../index.js").IsmType.ROUTING | import("../index.js").IsmType.FALLBACK_ROUTING;
1622
- domains: import("../types.js").ChainMap<string | {
1623
- type: import("../index.js").IsmType.TEST_ISM;
1624
- } | {
1625
- type: import("../index.js").IsmType.TRUSTED_RELAYER;
1626
- relayer: string;
1627
- } | {
1628
- type: import("../index.js").IsmType.OP_STACK;
1629
- origin: string;
1630
- nativeBridge: string;
1631
- } | {
1632
- type: import("../index.js").IsmType.ARB_L2_TO_L1;
1633
- bridge: string;
1634
- } | import("../index.js").RoutingIsmConfig | ({
1597
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1598
+ }) | {
1599
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1600
+ } | ({
1635
1601
  owner: string;
1636
1602
  paused: boolean;
1637
1603
  ownerOverrides?: Record<string, string> | undefined;
1638
1604
  } & {
1639
- type: import("../index.js").IsmType.PAUSABLE;
1640
- }) | ({
1605
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1606
+ }) | {
1607
+ type: import("../ism/types.js").IsmType.OP_STACK;
1608
+ origin: string;
1609
+ nativeBridge: string;
1610
+ } | {
1611
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1612
+ relayer: string;
1613
+ } | {
1614
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1615
+ bridge: string;
1616
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
1617
+ }) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
1618
+ owner: string;
1619
+ ownerOverrides?: Record<string, string> | undefined;
1620
+ } & {
1621
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
1622
+ domains: import("../types.js").ChainMap<string | ({
1641
1623
  validators: string[];
1642
1624
  threshold: number;
1643
1625
  } & {
1644
- type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG | import("../index.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1626
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1645
1627
  }) | ({
1646
1628
  validators: {
1647
1629
  signingAddress: string;
@@ -1649,36 +1631,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
1649
1631
  }[];
1650
1632
  thresholdWeight: number;
1651
1633
  } & {
1652
- type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1653
- }) | import("../index.js").AggregationIsmConfig>;
1654
- } & string) | ({
1655
- owner: string;
1656
- ownerOverrides?: Record<string, string> | undefined;
1657
- } & {
1658
- type: import("../index.js").IsmType.ROUTING | import("../index.js").IsmType.FALLBACK_ROUTING;
1659
- domains: import("../types.js").ChainMap<string | {
1660
- type: import("../index.js").IsmType.TEST_ISM;
1661
- } | {
1662
- type: import("../index.js").IsmType.TRUSTED_RELAYER;
1663
- relayer: string;
1664
- } | {
1665
- type: import("../index.js").IsmType.OP_STACK;
1666
- origin: string;
1667
- nativeBridge: string;
1668
- } | {
1669
- type: import("../index.js").IsmType.ARB_L2_TO_L1;
1670
- bridge: string;
1671
- } | import("../index.js").RoutingIsmConfig | ({
1634
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1635
+ }) | {
1636
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1637
+ } | ({
1672
1638
  owner: string;
1673
1639
  paused: boolean;
1674
1640
  ownerOverrides?: Record<string, string> | undefined;
1675
1641
  } & {
1676
- type: import("../index.js").IsmType.PAUSABLE;
1677
- }) | ({
1642
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1643
+ }) | {
1644
+ type: import("../ism/types.js").IsmType.OP_STACK;
1645
+ origin: string;
1646
+ nativeBridge: string;
1647
+ } | {
1648
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1649
+ relayer: string;
1650
+ } | {
1651
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1652
+ bridge: string;
1653
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
1654
+ } & string) | ({
1655
+ owner: string;
1656
+ ownerOverrides?: Record<string, string> | undefined;
1657
+ } & {
1658
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
1659
+ domains: import("../types.js").ChainMap<string | ({
1678
1660
  validators: string[];
1679
1661
  threshold: number;
1680
1662
  } & {
1681
- type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG | import("../index.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1663
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1682
1664
  }) | ({
1683
1665
  validators: {
1684
1666
  signingAddress: string;
@@ -1686,75 +1668,93 @@ export declare const CoreConfigSchema: z.ZodObject<{
1686
1668
  }[];
1687
1669
  thresholdWeight: number;
1688
1670
  } & {
1689
- type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1690
- }) | import("../index.js").AggregationIsmConfig>;
1691
- }) | (import("../index.js").AggregationIsmConfig & string) | (string & {
1692
- type: import("../index.js").IsmType.TEST_ISM;
1693
- }) | (string & {
1694
- type: import("../index.js").IsmType.TRUSTED_RELAYER;
1695
- relayer: string;
1671
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1672
+ }) | {
1673
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1674
+ } | ({
1675
+ owner: string;
1676
+ paused: boolean;
1677
+ ownerOverrides?: Record<string, string> | undefined;
1678
+ } & {
1679
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1680
+ }) | {
1681
+ type: import("../ism/types.js").IsmType.OP_STACK;
1682
+ origin: string;
1683
+ nativeBridge: string;
1684
+ } | {
1685
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1686
+ relayer: string;
1687
+ } | {
1688
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1689
+ bridge: string;
1690
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
1691
+ }) | (import("../ism/types.js").AggregationIsmConfig & string) | (string & {
1692
+ validators: string[];
1693
+ threshold: number;
1694
+ } & {
1695
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1696
1696
  }) | (string & {
1697
- type: import("../index.js").IsmType.OP_STACK;
1698
- origin: string;
1699
- nativeBridge: string;
1697
+ validators: {
1698
+ signingAddress: string;
1699
+ weight: number;
1700
+ }[];
1701
+ thresholdWeight: number;
1702
+ } & {
1703
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1700
1704
  }) | (string & {
1701
- type: import("../index.js").IsmType.ARB_L2_TO_L1;
1702
- bridge: string;
1705
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1703
1706
  }) | (string & {
1704
1707
  owner: string;
1705
1708
  paused: boolean;
1706
1709
  ownerOverrides?: Record<string, string> | undefined;
1707
1710
  } & {
1708
- type: import("../index.js").IsmType.PAUSABLE;
1711
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1709
1712
  }) | (string & {
1713
+ type: import("../ism/types.js").IsmType.OP_STACK;
1714
+ origin: string;
1715
+ nativeBridge: string;
1716
+ }) | (string & {
1717
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1718
+ relayer: string;
1719
+ }) | (string & {
1720
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1721
+ bridge: string;
1722
+ }) | ({
1710
1723
  validators: string[];
1711
1724
  threshold: number;
1712
1725
  } & {
1713
- type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG | import("../index.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1714
- }) | (string & {
1726
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1727
+ } & string) | ({
1715
1728
  validators: {
1716
1729
  signingAddress: string;
1717
1730
  weight: number;
1718
1731
  }[];
1719
1732
  thresholdWeight: number;
1720
1733
  } & {
1721
- type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1722
- }) | ({
1723
- type: import("../index.js").IsmType.TEST_ISM;
1734
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1724
1735
  } & string) | ({
1725
- type: import("../index.js").IsmType.TRUSTED_RELAYER;
1726
- relayer: string;
1727
- } & string) | ({
1728
- type: import("../index.js").IsmType.OP_STACK;
1729
- origin: string;
1730
- nativeBridge: string;
1731
- } & string) | ({
1732
- type: import("../index.js").IsmType.ARB_L2_TO_L1;
1733
- bridge: string;
1736
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1734
1737
  } & string) | ({
1735
1738
  owner: string;
1736
1739
  paused: boolean;
1737
1740
  ownerOverrides?: Record<string, string> | undefined;
1738
1741
  } & {
1739
- type: import("../index.js").IsmType.PAUSABLE;
1742
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1740
1743
  } & string) | ({
1741
- validators: string[];
1742
- threshold: number;
1743
- } & {
1744
- type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG | import("../index.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1744
+ type: import("../ism/types.js").IsmType.OP_STACK;
1745
+ origin: string;
1746
+ nativeBridge: string;
1745
1747
  } & string) | ({
1746
- validators: {
1747
- signingAddress: string;
1748
- weight: number;
1749
- }[];
1750
- thresholdWeight: number;
1751
- } & {
1752
- type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1748
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1749
+ relayer: string;
1750
+ } & string) | ({
1751
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1752
+ bridge: string;
1753
1753
  } & string);
1754
1754
  defaultHook: string | {
1755
- type: import("../index.js").HookType.MERKLE_TREE;
1755
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1756
1756
  } | {
1757
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1757
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1758
1758
  owner: string;
1759
1759
  beneficiary: string;
1760
1760
  oracleKey: string;
@@ -1765,37 +1765,37 @@ export declare const CoreConfigSchema: z.ZodObject<{
1765
1765
  }>;
1766
1766
  ownerOverrides?: Record<string, string> | undefined;
1767
1767
  } | {
1768
- type: import("../index.js").HookType.PROTOCOL_FEE;
1768
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1769
1769
  owner: string;
1770
1770
  protocolFee: string;
1771
1771
  beneficiary: string;
1772
1772
  maxProtocolFee: string;
1773
1773
  ownerOverrides?: Record<string, string> | undefined;
1774
1774
  } | {
1775
- type: import("../index.js").HookType.PAUSABLE;
1775
+ type: import("../hook/types.js").HookType.PAUSABLE;
1776
1776
  owner: string;
1777
1777
  paused: boolean;
1778
1778
  ownerOverrides?: Record<string, string> | undefined;
1779
1779
  } | {
1780
- type: import("../index.js").HookType.OP_STACK;
1780
+ type: import("../hook/types.js").HookType.OP_STACK;
1781
1781
  owner: string;
1782
1782
  nativeBridge: string;
1783
1783
  destinationChain: string;
1784
1784
  ownerOverrides?: Record<string, string> | undefined;
1785
1785
  } | {
1786
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1786
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1787
1787
  destinationChain: string;
1788
1788
  arbSys: string;
1789
1789
  bridge?: string | undefined;
1790
1790
  childHook?: any;
1791
- } | import("../index.js").AggregationHookConfig | (string & {
1791
+ } | import("../hook/types.js").AggregationHookConfig | (string & {
1792
1792
  owner: string;
1793
1793
  ownerOverrides?: Record<string, string> | undefined;
1794
1794
  } & {
1795
1795
  domains: import("../types.js").ChainMap<string | {
1796
- type: import("../index.js").HookType.MERKLE_TREE;
1796
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1797
1797
  } | {
1798
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1798
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1799
1799
  owner: string;
1800
1800
  beneficiary: string;
1801
1801
  oracleKey: string;
@@ -1806,40 +1806,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
1806
1806
  }>;
1807
1807
  ownerOverrides?: Record<string, string> | undefined;
1808
1808
  } | {
1809
- type: import("../index.js").HookType.PROTOCOL_FEE;
1809
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1810
1810
  owner: string;
1811
1811
  protocolFee: string;
1812
1812
  beneficiary: string;
1813
1813
  maxProtocolFee: string;
1814
1814
  ownerOverrides?: Record<string, string> | undefined;
1815
1815
  } | {
1816
- type: import("../index.js").HookType.PAUSABLE;
1816
+ type: import("../hook/types.js").HookType.PAUSABLE;
1817
1817
  owner: string;
1818
1818
  paused: boolean;
1819
1819
  ownerOverrides?: Record<string, string> | undefined;
1820
1820
  } | {
1821
- type: import("../index.js").HookType.OP_STACK;
1821
+ type: import("../hook/types.js").HookType.OP_STACK;
1822
1822
  owner: string;
1823
1823
  nativeBridge: string;
1824
1824
  destinationChain: string;
1825
1825
  ownerOverrides?: Record<string, string> | undefined;
1826
1826
  } | {
1827
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1827
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1828
1828
  destinationChain: string;
1829
1829
  arbSys: string;
1830
1830
  bridge?: string | undefined;
1831
1831
  childHook?: any;
1832
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1832
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1833
1833
  } & {
1834
- type: import("../index.js").HookType.ROUTING;
1834
+ type: import("../hook/types.js").HookType.ROUTING;
1835
1835
  }) | (string & {
1836
1836
  owner: string;
1837
1837
  ownerOverrides?: Record<string, string> | undefined;
1838
1838
  } & {
1839
1839
  domains: import("../types.js").ChainMap<string | {
1840
- type: import("../index.js").HookType.MERKLE_TREE;
1840
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1841
1841
  } | {
1842
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1842
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1843
1843
  owner: string;
1844
1844
  beneficiary: string;
1845
1845
  oracleKey: string;
@@ -1850,36 +1850,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
1850
1850
  }>;
1851
1851
  ownerOverrides?: Record<string, string> | undefined;
1852
1852
  } | {
1853
- type: import("../index.js").HookType.PROTOCOL_FEE;
1853
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1854
1854
  owner: string;
1855
1855
  protocolFee: string;
1856
1856
  beneficiary: string;
1857
1857
  maxProtocolFee: string;
1858
1858
  ownerOverrides?: Record<string, string> | undefined;
1859
1859
  } | {
1860
- type: import("../index.js").HookType.PAUSABLE;
1860
+ type: import("../hook/types.js").HookType.PAUSABLE;
1861
1861
  owner: string;
1862
1862
  paused: boolean;
1863
1863
  ownerOverrides?: Record<string, string> | undefined;
1864
1864
  } | {
1865
- type: import("../index.js").HookType.OP_STACK;
1865
+ type: import("../hook/types.js").HookType.OP_STACK;
1866
1866
  owner: string;
1867
1867
  nativeBridge: string;
1868
1868
  destinationChain: string;
1869
1869
  ownerOverrides?: Record<string, string> | undefined;
1870
1870
  } | {
1871
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1871
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1872
1872
  destinationChain: string;
1873
1873
  arbSys: string;
1874
1874
  bridge?: string | undefined;
1875
1875
  childHook?: any;
1876
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1876
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1877
1877
  } & {
1878
- type: import("../index.js").HookType.FALLBACK_ROUTING;
1878
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
1879
1879
  fallback: string | {
1880
- type: import("../index.js").HookType.MERKLE_TREE;
1880
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1881
1881
  } | {
1882
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1882
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1883
1883
  owner: string;
1884
1884
  beneficiary: string;
1885
1885
  oracleKey: string;
@@ -1890,38 +1890,38 @@ export declare const CoreConfigSchema: z.ZodObject<{
1890
1890
  }>;
1891
1891
  ownerOverrides?: Record<string, string> | undefined;
1892
1892
  } | {
1893
- type: import("../index.js").HookType.PROTOCOL_FEE;
1893
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1894
1894
  owner: string;
1895
1895
  protocolFee: string;
1896
1896
  beneficiary: string;
1897
1897
  maxProtocolFee: string;
1898
1898
  ownerOverrides?: Record<string, string> | undefined;
1899
1899
  } | {
1900
- type: import("../index.js").HookType.PAUSABLE;
1900
+ type: import("../hook/types.js").HookType.PAUSABLE;
1901
1901
  owner: string;
1902
1902
  paused: boolean;
1903
1903
  ownerOverrides?: Record<string, string> | undefined;
1904
1904
  } | {
1905
- type: import("../index.js").HookType.OP_STACK;
1905
+ type: import("../hook/types.js").HookType.OP_STACK;
1906
1906
  owner: string;
1907
1907
  nativeBridge: string;
1908
1908
  destinationChain: string;
1909
1909
  ownerOverrides?: Record<string, string> | undefined;
1910
1910
  } | {
1911
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1911
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1912
1912
  destinationChain: string;
1913
1913
  arbSys: string;
1914
1914
  bridge?: string | undefined;
1915
1915
  childHook?: any;
1916
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
1917
- }) | (string & import("../index.js").AggregationHookConfig) | ({
1916
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
1917
+ }) | (string & import("../hook/types.js").AggregationHookConfig) | ({
1918
1918
  owner: string;
1919
1919
  ownerOverrides?: Record<string, string> | undefined;
1920
1920
  } & {
1921
1921
  domains: import("../types.js").ChainMap<string | {
1922
- type: import("../index.js").HookType.MERKLE_TREE;
1922
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1923
1923
  } | {
1924
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1924
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1925
1925
  owner: string;
1926
1926
  beneficiary: string;
1927
1927
  oracleKey: string;
@@ -1932,40 +1932,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
1932
1932
  }>;
1933
1933
  ownerOverrides?: Record<string, string> | undefined;
1934
1934
  } | {
1935
- type: import("../index.js").HookType.PROTOCOL_FEE;
1935
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1936
1936
  owner: string;
1937
1937
  protocolFee: string;
1938
1938
  beneficiary: string;
1939
1939
  maxProtocolFee: string;
1940
1940
  ownerOverrides?: Record<string, string> | undefined;
1941
1941
  } | {
1942
- type: import("../index.js").HookType.PAUSABLE;
1942
+ type: import("../hook/types.js").HookType.PAUSABLE;
1943
1943
  owner: string;
1944
1944
  paused: boolean;
1945
1945
  ownerOverrides?: Record<string, string> | undefined;
1946
1946
  } | {
1947
- type: import("../index.js").HookType.OP_STACK;
1947
+ type: import("../hook/types.js").HookType.OP_STACK;
1948
1948
  owner: string;
1949
1949
  nativeBridge: string;
1950
1950
  destinationChain: string;
1951
1951
  ownerOverrides?: Record<string, string> | undefined;
1952
1952
  } | {
1953
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1953
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1954
1954
  destinationChain: string;
1955
1955
  arbSys: string;
1956
1956
  bridge?: string | undefined;
1957
1957
  childHook?: any;
1958
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1958
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1959
1959
  } & {
1960
- type: import("../index.js").HookType.ROUTING;
1960
+ type: import("../hook/types.js").HookType.ROUTING;
1961
1961
  } & string) | ({
1962
1962
  owner: string;
1963
1963
  ownerOverrides?: Record<string, string> | undefined;
1964
1964
  } & {
1965
1965
  domains: import("../types.js").ChainMap<string | {
1966
- type: import("../index.js").HookType.MERKLE_TREE;
1966
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1967
1967
  } | {
1968
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1968
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1969
1969
  owner: string;
1970
1970
  beneficiary: string;
1971
1971
  oracleKey: string;
@@ -1976,40 +1976,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
1976
1976
  }>;
1977
1977
  ownerOverrides?: Record<string, string> | undefined;
1978
1978
  } | {
1979
- type: import("../index.js").HookType.PROTOCOL_FEE;
1979
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1980
1980
  owner: string;
1981
1981
  protocolFee: string;
1982
1982
  beneficiary: string;
1983
1983
  maxProtocolFee: string;
1984
1984
  ownerOverrides?: Record<string, string> | undefined;
1985
1985
  } | {
1986
- type: import("../index.js").HookType.PAUSABLE;
1986
+ type: import("../hook/types.js").HookType.PAUSABLE;
1987
1987
  owner: string;
1988
1988
  paused: boolean;
1989
1989
  ownerOverrides?: Record<string, string> | undefined;
1990
1990
  } | {
1991
- type: import("../index.js").HookType.OP_STACK;
1991
+ type: import("../hook/types.js").HookType.OP_STACK;
1992
1992
  owner: string;
1993
1993
  nativeBridge: string;
1994
1994
  destinationChain: string;
1995
1995
  ownerOverrides?: Record<string, string> | undefined;
1996
1996
  } | {
1997
- type: import("../index.js").HookType.ARB_L2_TO_L1;
1997
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1998
1998
  destinationChain: string;
1999
1999
  arbSys: string;
2000
2000
  bridge?: string | undefined;
2001
2001
  childHook?: any;
2002
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
2002
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2003
2003
  } & {
2004
- type: import("../index.js").HookType.ROUTING;
2004
+ type: import("../hook/types.js").HookType.ROUTING;
2005
2005
  }) | ({
2006
2006
  owner: string;
2007
2007
  ownerOverrides?: Record<string, string> | undefined;
2008
2008
  } & {
2009
2009
  domains: import("../types.js").ChainMap<string | {
2010
- type: import("../index.js").HookType.MERKLE_TREE;
2010
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2011
2011
  } | {
2012
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2012
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2013
2013
  owner: string;
2014
2014
  beneficiary: string;
2015
2015
  oracleKey: string;
@@ -2020,36 +2020,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
2020
2020
  }>;
2021
2021
  ownerOverrides?: Record<string, string> | undefined;
2022
2022
  } | {
2023
- type: import("../index.js").HookType.PROTOCOL_FEE;
2023
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2024
2024
  owner: string;
2025
2025
  protocolFee: string;
2026
2026
  beneficiary: string;
2027
2027
  maxProtocolFee: string;
2028
2028
  ownerOverrides?: Record<string, string> | undefined;
2029
2029
  } | {
2030
- type: import("../index.js").HookType.PAUSABLE;
2030
+ type: import("../hook/types.js").HookType.PAUSABLE;
2031
2031
  owner: string;
2032
2032
  paused: boolean;
2033
2033
  ownerOverrides?: Record<string, string> | undefined;
2034
2034
  } | {
2035
- type: import("../index.js").HookType.OP_STACK;
2035
+ type: import("../hook/types.js").HookType.OP_STACK;
2036
2036
  owner: string;
2037
2037
  nativeBridge: string;
2038
2038
  destinationChain: string;
2039
2039
  ownerOverrides?: Record<string, string> | undefined;
2040
2040
  } | {
2041
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2041
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2042
2042
  destinationChain: string;
2043
2043
  arbSys: string;
2044
2044
  bridge?: string | undefined;
2045
2045
  childHook?: any;
2046
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
2046
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2047
2047
  } & {
2048
- type: import("../index.js").HookType.FALLBACK_ROUTING;
2048
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
2049
2049
  fallback: string | {
2050
- type: import("../index.js").HookType.MERKLE_TREE;
2050
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2051
2051
  } | {
2052
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2052
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2053
2053
  owner: string;
2054
2054
  beneficiary: string;
2055
2055
  oracleKey: string;
@@ -2060,38 +2060,38 @@ export declare const CoreConfigSchema: z.ZodObject<{
2060
2060
  }>;
2061
2061
  ownerOverrides?: Record<string, string> | undefined;
2062
2062
  } | {
2063
- type: import("../index.js").HookType.PROTOCOL_FEE;
2063
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2064
2064
  owner: string;
2065
2065
  protocolFee: string;
2066
2066
  beneficiary: string;
2067
2067
  maxProtocolFee: string;
2068
2068
  ownerOverrides?: Record<string, string> | undefined;
2069
2069
  } | {
2070
- type: import("../index.js").HookType.PAUSABLE;
2070
+ type: import("../hook/types.js").HookType.PAUSABLE;
2071
2071
  owner: string;
2072
2072
  paused: boolean;
2073
2073
  ownerOverrides?: Record<string, string> | undefined;
2074
2074
  } | {
2075
- type: import("../index.js").HookType.OP_STACK;
2075
+ type: import("../hook/types.js").HookType.OP_STACK;
2076
2076
  owner: string;
2077
2077
  nativeBridge: string;
2078
2078
  destinationChain: string;
2079
2079
  ownerOverrides?: Record<string, string> | undefined;
2080
2080
  } | {
2081
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2081
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2082
2082
  destinationChain: string;
2083
2083
  arbSys: string;
2084
2084
  bridge?: string | undefined;
2085
2085
  childHook?: any;
2086
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
2086
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
2087
2087
  } & string) | ({
2088
2088
  owner: string;
2089
2089
  ownerOverrides?: Record<string, string> | undefined;
2090
2090
  } & {
2091
2091
  domains: import("../types.js").ChainMap<string | {
2092
- type: import("../index.js").HookType.MERKLE_TREE;
2092
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2093
2093
  } | {
2094
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2094
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2095
2095
  owner: string;
2096
2096
  beneficiary: string;
2097
2097
  oracleKey: string;
@@ -2102,36 +2102,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
2102
2102
  }>;
2103
2103
  ownerOverrides?: Record<string, string> | undefined;
2104
2104
  } | {
2105
- type: import("../index.js").HookType.PROTOCOL_FEE;
2105
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2106
2106
  owner: string;
2107
2107
  protocolFee: string;
2108
2108
  beneficiary: string;
2109
2109
  maxProtocolFee: string;
2110
2110
  ownerOverrides?: Record<string, string> | undefined;
2111
2111
  } | {
2112
- type: import("../index.js").HookType.PAUSABLE;
2112
+ type: import("../hook/types.js").HookType.PAUSABLE;
2113
2113
  owner: string;
2114
2114
  paused: boolean;
2115
2115
  ownerOverrides?: Record<string, string> | undefined;
2116
2116
  } | {
2117
- type: import("../index.js").HookType.OP_STACK;
2117
+ type: import("../hook/types.js").HookType.OP_STACK;
2118
2118
  owner: string;
2119
2119
  nativeBridge: string;
2120
2120
  destinationChain: string;
2121
2121
  ownerOverrides?: Record<string, string> | undefined;
2122
2122
  } | {
2123
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2123
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2124
2124
  destinationChain: string;
2125
2125
  arbSys: string;
2126
2126
  bridge?: string | undefined;
2127
2127
  childHook?: any;
2128
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
2128
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2129
2129
  } & {
2130
- type: import("../index.js").HookType.FALLBACK_ROUTING;
2130
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
2131
2131
  fallback: string | {
2132
- type: import("../index.js").HookType.MERKLE_TREE;
2132
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2133
2133
  } | {
2134
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2134
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2135
2135
  owner: string;
2136
2136
  beneficiary: string;
2137
2137
  oracleKey: string;
@@ -2142,34 +2142,34 @@ export declare const CoreConfigSchema: z.ZodObject<{
2142
2142
  }>;
2143
2143
  ownerOverrides?: Record<string, string> | undefined;
2144
2144
  } | {
2145
- type: import("../index.js").HookType.PROTOCOL_FEE;
2145
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2146
2146
  owner: string;
2147
2147
  protocolFee: string;
2148
2148
  beneficiary: string;
2149
2149
  maxProtocolFee: string;
2150
2150
  ownerOverrides?: Record<string, string> | undefined;
2151
2151
  } | {
2152
- type: import("../index.js").HookType.PAUSABLE;
2152
+ type: import("../hook/types.js").HookType.PAUSABLE;
2153
2153
  owner: string;
2154
2154
  paused: boolean;
2155
2155
  ownerOverrides?: Record<string, string> | undefined;
2156
2156
  } | {
2157
- type: import("../index.js").HookType.OP_STACK;
2157
+ type: import("../hook/types.js").HookType.OP_STACK;
2158
2158
  owner: string;
2159
2159
  nativeBridge: string;
2160
2160
  destinationChain: string;
2161
2161
  ownerOverrides?: Record<string, string> | undefined;
2162
2162
  } | {
2163
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2163
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2164
2164
  destinationChain: string;
2165
2165
  arbSys: string;
2166
2166
  bridge?: string | undefined;
2167
2167
  childHook?: any;
2168
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
2169
- }) | (import("../index.js").AggregationHookConfig & string) | (string & {
2170
- type: import("../index.js").HookType.MERKLE_TREE;
2168
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
2169
+ }) | (import("../hook/types.js").AggregationHookConfig & string) | (string & {
2170
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2171
2171
  }) | (string & {
2172
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2172
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2173
2173
  owner: string;
2174
2174
  beneficiary: string;
2175
2175
  oracleKey: string;
@@ -2180,33 +2180,33 @@ export declare const CoreConfigSchema: z.ZodObject<{
2180
2180
  }>;
2181
2181
  ownerOverrides?: Record<string, string> | undefined;
2182
2182
  }) | (string & {
2183
- type: import("../index.js").HookType.PROTOCOL_FEE;
2183
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2184
2184
  owner: string;
2185
2185
  protocolFee: string;
2186
2186
  beneficiary: string;
2187
2187
  maxProtocolFee: string;
2188
2188
  ownerOverrides?: Record<string, string> | undefined;
2189
2189
  }) | (string & {
2190
- type: import("../index.js").HookType.PAUSABLE;
2190
+ type: import("../hook/types.js").HookType.PAUSABLE;
2191
2191
  owner: string;
2192
2192
  paused: boolean;
2193
2193
  ownerOverrides?: Record<string, string> | undefined;
2194
2194
  }) | (string & {
2195
- type: import("../index.js").HookType.OP_STACK;
2195
+ type: import("../hook/types.js").HookType.OP_STACK;
2196
2196
  owner: string;
2197
2197
  nativeBridge: string;
2198
2198
  destinationChain: string;
2199
2199
  ownerOverrides?: Record<string, string> | undefined;
2200
2200
  }) | (string & {
2201
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2201
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2202
2202
  destinationChain: string;
2203
2203
  arbSys: string;
2204
2204
  bridge?: string | undefined;
2205
2205
  childHook?: any;
2206
2206
  }) | ({
2207
- type: import("../index.js").HookType.MERKLE_TREE;
2207
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2208
2208
  } & string) | ({
2209
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2209
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2210
2210
  owner: string;
2211
2211
  beneficiary: string;
2212
2212
  oracleKey: string;
@@ -2217,34 +2217,34 @@ export declare const CoreConfigSchema: z.ZodObject<{
2217
2217
  }>;
2218
2218
  ownerOverrides?: Record<string, string> | undefined;
2219
2219
  } & string) | ({
2220
- type: import("../index.js").HookType.PROTOCOL_FEE;
2220
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2221
2221
  owner: string;
2222
2222
  protocolFee: string;
2223
2223
  beneficiary: string;
2224
2224
  maxProtocolFee: string;
2225
2225
  ownerOverrides?: Record<string, string> | undefined;
2226
2226
  } & string) | ({
2227
- type: import("../index.js").HookType.PAUSABLE;
2227
+ type: import("../hook/types.js").HookType.PAUSABLE;
2228
2228
  owner: string;
2229
2229
  paused: boolean;
2230
2230
  ownerOverrides?: Record<string, string> | undefined;
2231
2231
  } & string) | ({
2232
- type: import("../index.js").HookType.OP_STACK;
2232
+ type: import("../hook/types.js").HookType.OP_STACK;
2233
2233
  owner: string;
2234
2234
  nativeBridge: string;
2235
2235
  destinationChain: string;
2236
2236
  ownerOverrides?: Record<string, string> | undefined;
2237
2237
  } & string) | ({
2238
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2238
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2239
2239
  destinationChain: string;
2240
2240
  arbSys: string;
2241
2241
  bridge?: string | undefined;
2242
2242
  childHook?: any;
2243
2243
  } & string);
2244
2244
  requiredHook: string | {
2245
- type: import("../index.js").HookType.MERKLE_TREE;
2245
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2246
2246
  } | {
2247
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2247
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2248
2248
  owner: string;
2249
2249
  beneficiary: string;
2250
2250
  oracleKey: string;
@@ -2255,37 +2255,37 @@ export declare const CoreConfigSchema: z.ZodObject<{
2255
2255
  }>;
2256
2256
  ownerOverrides?: Record<string, string> | undefined;
2257
2257
  } | {
2258
- type: import("../index.js").HookType.PROTOCOL_FEE;
2258
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2259
2259
  owner: string;
2260
2260
  protocolFee: string;
2261
2261
  beneficiary: string;
2262
2262
  maxProtocolFee: string;
2263
2263
  ownerOverrides?: Record<string, string> | undefined;
2264
2264
  } | {
2265
- type: import("../index.js").HookType.PAUSABLE;
2265
+ type: import("../hook/types.js").HookType.PAUSABLE;
2266
2266
  owner: string;
2267
2267
  paused: boolean;
2268
2268
  ownerOverrides?: Record<string, string> | undefined;
2269
2269
  } | {
2270
- type: import("../index.js").HookType.OP_STACK;
2270
+ type: import("../hook/types.js").HookType.OP_STACK;
2271
2271
  owner: string;
2272
2272
  nativeBridge: string;
2273
2273
  destinationChain: string;
2274
2274
  ownerOverrides?: Record<string, string> | undefined;
2275
2275
  } | {
2276
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2276
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2277
2277
  destinationChain: string;
2278
2278
  arbSys: string;
2279
2279
  bridge?: string | undefined;
2280
2280
  childHook?: any;
2281
- } | import("../index.js").AggregationHookConfig | (string & {
2281
+ } | import("../hook/types.js").AggregationHookConfig | (string & {
2282
2282
  owner: string;
2283
2283
  ownerOverrides?: Record<string, string> | undefined;
2284
2284
  } & {
2285
2285
  domains: import("../types.js").ChainMap<string | {
2286
- type: import("../index.js").HookType.MERKLE_TREE;
2286
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2287
2287
  } | {
2288
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2288
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2289
2289
  owner: string;
2290
2290
  beneficiary: string;
2291
2291
  oracleKey: string;
@@ -2296,40 +2296,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
2296
2296
  }>;
2297
2297
  ownerOverrides?: Record<string, string> | undefined;
2298
2298
  } | {
2299
- type: import("../index.js").HookType.PROTOCOL_FEE;
2299
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2300
2300
  owner: string;
2301
2301
  protocolFee: string;
2302
2302
  beneficiary: string;
2303
2303
  maxProtocolFee: string;
2304
2304
  ownerOverrides?: Record<string, string> | undefined;
2305
2305
  } | {
2306
- type: import("../index.js").HookType.PAUSABLE;
2306
+ type: import("../hook/types.js").HookType.PAUSABLE;
2307
2307
  owner: string;
2308
2308
  paused: boolean;
2309
2309
  ownerOverrides?: Record<string, string> | undefined;
2310
2310
  } | {
2311
- type: import("../index.js").HookType.OP_STACK;
2311
+ type: import("../hook/types.js").HookType.OP_STACK;
2312
2312
  owner: string;
2313
2313
  nativeBridge: string;
2314
2314
  destinationChain: string;
2315
2315
  ownerOverrides?: Record<string, string> | undefined;
2316
2316
  } | {
2317
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2317
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2318
2318
  destinationChain: string;
2319
2319
  arbSys: string;
2320
2320
  bridge?: string | undefined;
2321
2321
  childHook?: any;
2322
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
2322
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2323
2323
  } & {
2324
- type: import("../index.js").HookType.ROUTING;
2324
+ type: import("../hook/types.js").HookType.ROUTING;
2325
2325
  }) | (string & {
2326
2326
  owner: string;
2327
2327
  ownerOverrides?: Record<string, string> | undefined;
2328
2328
  } & {
2329
2329
  domains: import("../types.js").ChainMap<string | {
2330
- type: import("../index.js").HookType.MERKLE_TREE;
2330
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2331
2331
  } | {
2332
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2332
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2333
2333
  owner: string;
2334
2334
  beneficiary: string;
2335
2335
  oracleKey: string;
@@ -2340,36 +2340,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
2340
2340
  }>;
2341
2341
  ownerOverrides?: Record<string, string> | undefined;
2342
2342
  } | {
2343
- type: import("../index.js").HookType.PROTOCOL_FEE;
2343
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2344
2344
  owner: string;
2345
2345
  protocolFee: string;
2346
2346
  beneficiary: string;
2347
2347
  maxProtocolFee: string;
2348
2348
  ownerOverrides?: Record<string, string> | undefined;
2349
2349
  } | {
2350
- type: import("../index.js").HookType.PAUSABLE;
2350
+ type: import("../hook/types.js").HookType.PAUSABLE;
2351
2351
  owner: string;
2352
2352
  paused: boolean;
2353
2353
  ownerOverrides?: Record<string, string> | undefined;
2354
2354
  } | {
2355
- type: import("../index.js").HookType.OP_STACK;
2355
+ type: import("../hook/types.js").HookType.OP_STACK;
2356
2356
  owner: string;
2357
2357
  nativeBridge: string;
2358
2358
  destinationChain: string;
2359
2359
  ownerOverrides?: Record<string, string> | undefined;
2360
2360
  } | {
2361
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2361
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2362
2362
  destinationChain: string;
2363
2363
  arbSys: string;
2364
2364
  bridge?: string | undefined;
2365
2365
  childHook?: any;
2366
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
2366
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2367
2367
  } & {
2368
- type: import("../index.js").HookType.FALLBACK_ROUTING;
2368
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
2369
2369
  fallback: string | {
2370
- type: import("../index.js").HookType.MERKLE_TREE;
2370
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2371
2371
  } | {
2372
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2372
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2373
2373
  owner: string;
2374
2374
  beneficiary: string;
2375
2375
  oracleKey: string;
@@ -2380,38 +2380,38 @@ export declare const CoreConfigSchema: z.ZodObject<{
2380
2380
  }>;
2381
2381
  ownerOverrides?: Record<string, string> | undefined;
2382
2382
  } | {
2383
- type: import("../index.js").HookType.PROTOCOL_FEE;
2383
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2384
2384
  owner: string;
2385
2385
  protocolFee: string;
2386
2386
  beneficiary: string;
2387
2387
  maxProtocolFee: string;
2388
2388
  ownerOverrides?: Record<string, string> | undefined;
2389
2389
  } | {
2390
- type: import("../index.js").HookType.PAUSABLE;
2390
+ type: import("../hook/types.js").HookType.PAUSABLE;
2391
2391
  owner: string;
2392
2392
  paused: boolean;
2393
2393
  ownerOverrides?: Record<string, string> | undefined;
2394
2394
  } | {
2395
- type: import("../index.js").HookType.OP_STACK;
2395
+ type: import("../hook/types.js").HookType.OP_STACK;
2396
2396
  owner: string;
2397
2397
  nativeBridge: string;
2398
2398
  destinationChain: string;
2399
2399
  ownerOverrides?: Record<string, string> | undefined;
2400
2400
  } | {
2401
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2401
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2402
2402
  destinationChain: string;
2403
2403
  arbSys: string;
2404
2404
  bridge?: string | undefined;
2405
2405
  childHook?: any;
2406
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
2407
- }) | (string & import("../index.js").AggregationHookConfig) | ({
2406
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
2407
+ }) | (string & import("../hook/types.js").AggregationHookConfig) | ({
2408
2408
  owner: string;
2409
2409
  ownerOverrides?: Record<string, string> | undefined;
2410
2410
  } & {
2411
2411
  domains: import("../types.js").ChainMap<string | {
2412
- type: import("../index.js").HookType.MERKLE_TREE;
2412
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2413
2413
  } | {
2414
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2414
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2415
2415
  owner: string;
2416
2416
  beneficiary: string;
2417
2417
  oracleKey: string;
@@ -2422,40 +2422,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
2422
2422
  }>;
2423
2423
  ownerOverrides?: Record<string, string> | undefined;
2424
2424
  } | {
2425
- type: import("../index.js").HookType.PROTOCOL_FEE;
2425
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2426
2426
  owner: string;
2427
2427
  protocolFee: string;
2428
2428
  beneficiary: string;
2429
2429
  maxProtocolFee: string;
2430
2430
  ownerOverrides?: Record<string, string> | undefined;
2431
2431
  } | {
2432
- type: import("../index.js").HookType.PAUSABLE;
2432
+ type: import("../hook/types.js").HookType.PAUSABLE;
2433
2433
  owner: string;
2434
2434
  paused: boolean;
2435
2435
  ownerOverrides?: Record<string, string> | undefined;
2436
2436
  } | {
2437
- type: import("../index.js").HookType.OP_STACK;
2437
+ type: import("../hook/types.js").HookType.OP_STACK;
2438
2438
  owner: string;
2439
2439
  nativeBridge: string;
2440
2440
  destinationChain: string;
2441
2441
  ownerOverrides?: Record<string, string> | undefined;
2442
2442
  } | {
2443
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2443
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2444
2444
  destinationChain: string;
2445
2445
  arbSys: string;
2446
2446
  bridge?: string | undefined;
2447
2447
  childHook?: any;
2448
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
2448
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2449
2449
  } & {
2450
- type: import("../index.js").HookType.ROUTING;
2450
+ type: import("../hook/types.js").HookType.ROUTING;
2451
2451
  } & string) | ({
2452
2452
  owner: string;
2453
2453
  ownerOverrides?: Record<string, string> | undefined;
2454
2454
  } & {
2455
2455
  domains: import("../types.js").ChainMap<string | {
2456
- type: import("../index.js").HookType.MERKLE_TREE;
2456
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2457
2457
  } | {
2458
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2458
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2459
2459
  owner: string;
2460
2460
  beneficiary: string;
2461
2461
  oracleKey: string;
@@ -2466,40 +2466,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
2466
2466
  }>;
2467
2467
  ownerOverrides?: Record<string, string> | undefined;
2468
2468
  } | {
2469
- type: import("../index.js").HookType.PROTOCOL_FEE;
2469
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2470
2470
  owner: string;
2471
2471
  protocolFee: string;
2472
2472
  beneficiary: string;
2473
2473
  maxProtocolFee: string;
2474
2474
  ownerOverrides?: Record<string, string> | undefined;
2475
2475
  } | {
2476
- type: import("../index.js").HookType.PAUSABLE;
2476
+ type: import("../hook/types.js").HookType.PAUSABLE;
2477
2477
  owner: string;
2478
2478
  paused: boolean;
2479
2479
  ownerOverrides?: Record<string, string> | undefined;
2480
2480
  } | {
2481
- type: import("../index.js").HookType.OP_STACK;
2481
+ type: import("../hook/types.js").HookType.OP_STACK;
2482
2482
  owner: string;
2483
2483
  nativeBridge: string;
2484
2484
  destinationChain: string;
2485
2485
  ownerOverrides?: Record<string, string> | undefined;
2486
2486
  } | {
2487
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2487
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2488
2488
  destinationChain: string;
2489
2489
  arbSys: string;
2490
2490
  bridge?: string | undefined;
2491
2491
  childHook?: any;
2492
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
2492
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2493
2493
  } & {
2494
- type: import("../index.js").HookType.ROUTING;
2494
+ type: import("../hook/types.js").HookType.ROUTING;
2495
2495
  }) | ({
2496
2496
  owner: string;
2497
2497
  ownerOverrides?: Record<string, string> | undefined;
2498
2498
  } & {
2499
2499
  domains: import("../types.js").ChainMap<string | {
2500
- type: import("../index.js").HookType.MERKLE_TREE;
2500
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2501
2501
  } | {
2502
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2502
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2503
2503
  owner: string;
2504
2504
  beneficiary: string;
2505
2505
  oracleKey: string;
@@ -2510,36 +2510,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
2510
2510
  }>;
2511
2511
  ownerOverrides?: Record<string, string> | undefined;
2512
2512
  } | {
2513
- type: import("../index.js").HookType.PROTOCOL_FEE;
2513
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2514
2514
  owner: string;
2515
2515
  protocolFee: string;
2516
2516
  beneficiary: string;
2517
2517
  maxProtocolFee: string;
2518
2518
  ownerOverrides?: Record<string, string> | undefined;
2519
2519
  } | {
2520
- type: import("../index.js").HookType.PAUSABLE;
2520
+ type: import("../hook/types.js").HookType.PAUSABLE;
2521
2521
  owner: string;
2522
2522
  paused: boolean;
2523
2523
  ownerOverrides?: Record<string, string> | undefined;
2524
2524
  } | {
2525
- type: import("../index.js").HookType.OP_STACK;
2525
+ type: import("../hook/types.js").HookType.OP_STACK;
2526
2526
  owner: string;
2527
2527
  nativeBridge: string;
2528
2528
  destinationChain: string;
2529
2529
  ownerOverrides?: Record<string, string> | undefined;
2530
2530
  } | {
2531
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2531
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2532
2532
  destinationChain: string;
2533
2533
  arbSys: string;
2534
2534
  bridge?: string | undefined;
2535
2535
  childHook?: any;
2536
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
2536
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2537
2537
  } & {
2538
- type: import("../index.js").HookType.FALLBACK_ROUTING;
2538
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
2539
2539
  fallback: string | {
2540
- type: import("../index.js").HookType.MERKLE_TREE;
2540
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2541
2541
  } | {
2542
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2542
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2543
2543
  owner: string;
2544
2544
  beneficiary: string;
2545
2545
  oracleKey: string;
@@ -2550,38 +2550,38 @@ export declare const CoreConfigSchema: z.ZodObject<{
2550
2550
  }>;
2551
2551
  ownerOverrides?: Record<string, string> | undefined;
2552
2552
  } | {
2553
- type: import("../index.js").HookType.PROTOCOL_FEE;
2553
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2554
2554
  owner: string;
2555
2555
  protocolFee: string;
2556
2556
  beneficiary: string;
2557
2557
  maxProtocolFee: string;
2558
2558
  ownerOverrides?: Record<string, string> | undefined;
2559
2559
  } | {
2560
- type: import("../index.js").HookType.PAUSABLE;
2560
+ type: import("../hook/types.js").HookType.PAUSABLE;
2561
2561
  owner: string;
2562
2562
  paused: boolean;
2563
2563
  ownerOverrides?: Record<string, string> | undefined;
2564
2564
  } | {
2565
- type: import("../index.js").HookType.OP_STACK;
2565
+ type: import("../hook/types.js").HookType.OP_STACK;
2566
2566
  owner: string;
2567
2567
  nativeBridge: string;
2568
2568
  destinationChain: string;
2569
2569
  ownerOverrides?: Record<string, string> | undefined;
2570
2570
  } | {
2571
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2571
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2572
2572
  destinationChain: string;
2573
2573
  arbSys: string;
2574
2574
  bridge?: string | undefined;
2575
2575
  childHook?: any;
2576
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
2576
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
2577
2577
  } & string) | ({
2578
2578
  owner: string;
2579
2579
  ownerOverrides?: Record<string, string> | undefined;
2580
2580
  } & {
2581
2581
  domains: import("../types.js").ChainMap<string | {
2582
- type: import("../index.js").HookType.MERKLE_TREE;
2582
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2583
2583
  } | {
2584
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2584
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2585
2585
  owner: string;
2586
2586
  beneficiary: string;
2587
2587
  oracleKey: string;
@@ -2592,36 +2592,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
2592
2592
  }>;
2593
2593
  ownerOverrides?: Record<string, string> | undefined;
2594
2594
  } | {
2595
- type: import("../index.js").HookType.PROTOCOL_FEE;
2595
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2596
2596
  owner: string;
2597
2597
  protocolFee: string;
2598
2598
  beneficiary: string;
2599
2599
  maxProtocolFee: string;
2600
2600
  ownerOverrides?: Record<string, string> | undefined;
2601
2601
  } | {
2602
- type: import("../index.js").HookType.PAUSABLE;
2602
+ type: import("../hook/types.js").HookType.PAUSABLE;
2603
2603
  owner: string;
2604
2604
  paused: boolean;
2605
2605
  ownerOverrides?: Record<string, string> | undefined;
2606
2606
  } | {
2607
- type: import("../index.js").HookType.OP_STACK;
2607
+ type: import("../hook/types.js").HookType.OP_STACK;
2608
2608
  owner: string;
2609
2609
  nativeBridge: string;
2610
2610
  destinationChain: string;
2611
2611
  ownerOverrides?: Record<string, string> | undefined;
2612
2612
  } | {
2613
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2613
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2614
2614
  destinationChain: string;
2615
2615
  arbSys: string;
2616
2616
  bridge?: string | undefined;
2617
2617
  childHook?: any;
2618
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
2618
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2619
2619
  } & {
2620
- type: import("../index.js").HookType.FALLBACK_ROUTING;
2620
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
2621
2621
  fallback: string | {
2622
- type: import("../index.js").HookType.MERKLE_TREE;
2622
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2623
2623
  } | {
2624
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2624
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2625
2625
  owner: string;
2626
2626
  beneficiary: string;
2627
2627
  oracleKey: string;
@@ -2632,34 +2632,34 @@ export declare const CoreConfigSchema: z.ZodObject<{
2632
2632
  }>;
2633
2633
  ownerOverrides?: Record<string, string> | undefined;
2634
2634
  } | {
2635
- type: import("../index.js").HookType.PROTOCOL_FEE;
2635
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2636
2636
  owner: string;
2637
2637
  protocolFee: string;
2638
2638
  beneficiary: string;
2639
2639
  maxProtocolFee: string;
2640
2640
  ownerOverrides?: Record<string, string> | undefined;
2641
2641
  } | {
2642
- type: import("../index.js").HookType.PAUSABLE;
2642
+ type: import("../hook/types.js").HookType.PAUSABLE;
2643
2643
  owner: string;
2644
2644
  paused: boolean;
2645
2645
  ownerOverrides?: Record<string, string> | undefined;
2646
2646
  } | {
2647
- type: import("../index.js").HookType.OP_STACK;
2647
+ type: import("../hook/types.js").HookType.OP_STACK;
2648
2648
  owner: string;
2649
2649
  nativeBridge: string;
2650
2650
  destinationChain: string;
2651
2651
  ownerOverrides?: Record<string, string> | undefined;
2652
2652
  } | {
2653
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2653
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2654
2654
  destinationChain: string;
2655
2655
  arbSys: string;
2656
2656
  bridge?: string | undefined;
2657
2657
  childHook?: any;
2658
- } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
2659
- }) | (import("../index.js").AggregationHookConfig & string) | (string & {
2660
- type: import("../index.js").HookType.MERKLE_TREE;
2658
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
2659
+ }) | (import("../hook/types.js").AggregationHookConfig & string) | (string & {
2660
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2661
2661
  }) | (string & {
2662
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2662
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2663
2663
  owner: string;
2664
2664
  beneficiary: string;
2665
2665
  oracleKey: string;
@@ -2670,33 +2670,33 @@ export declare const CoreConfigSchema: z.ZodObject<{
2670
2670
  }>;
2671
2671
  ownerOverrides?: Record<string, string> | undefined;
2672
2672
  }) | (string & {
2673
- type: import("../index.js").HookType.PROTOCOL_FEE;
2673
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2674
2674
  owner: string;
2675
2675
  protocolFee: string;
2676
2676
  beneficiary: string;
2677
2677
  maxProtocolFee: string;
2678
2678
  ownerOverrides?: Record<string, string> | undefined;
2679
2679
  }) | (string & {
2680
- type: import("../index.js").HookType.PAUSABLE;
2680
+ type: import("../hook/types.js").HookType.PAUSABLE;
2681
2681
  owner: string;
2682
2682
  paused: boolean;
2683
2683
  ownerOverrides?: Record<string, string> | undefined;
2684
2684
  }) | (string & {
2685
- type: import("../index.js").HookType.OP_STACK;
2685
+ type: import("../hook/types.js").HookType.OP_STACK;
2686
2686
  owner: string;
2687
2687
  nativeBridge: string;
2688
2688
  destinationChain: string;
2689
2689
  ownerOverrides?: Record<string, string> | undefined;
2690
2690
  }) | (string & {
2691
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2691
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2692
2692
  destinationChain: string;
2693
2693
  arbSys: string;
2694
2694
  bridge?: string | undefined;
2695
2695
  childHook?: any;
2696
2696
  }) | ({
2697
- type: import("../index.js").HookType.MERKLE_TREE;
2697
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2698
2698
  } & string) | ({
2699
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2699
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2700
2700
  owner: string;
2701
2701
  beneficiary: string;
2702
2702
  oracleKey: string;
@@ -2707,25 +2707,25 @@ export declare const CoreConfigSchema: z.ZodObject<{
2707
2707
  }>;
2708
2708
  ownerOverrides?: Record<string, string> | undefined;
2709
2709
  } & string) | ({
2710
- type: import("../index.js").HookType.PROTOCOL_FEE;
2710
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2711
2711
  owner: string;
2712
2712
  protocolFee: string;
2713
2713
  beneficiary: string;
2714
2714
  maxProtocolFee: string;
2715
2715
  ownerOverrides?: Record<string, string> | undefined;
2716
2716
  } & string) | ({
2717
- type: import("../index.js").HookType.PAUSABLE;
2717
+ type: import("../hook/types.js").HookType.PAUSABLE;
2718
2718
  owner: string;
2719
2719
  paused: boolean;
2720
2720
  ownerOverrides?: Record<string, string> | undefined;
2721
2721
  } & string) | ({
2722
- type: import("../index.js").HookType.OP_STACK;
2722
+ type: import("../hook/types.js").HookType.OP_STACK;
2723
2723
  owner: string;
2724
2724
  nativeBridge: string;
2725
2725
  destinationChain: string;
2726
2726
  ownerOverrides?: Record<string, string> | undefined;
2727
2727
  } & string) | ({
2728
- type: import("../index.js").HookType.ARB_L2_TO_L1;
2728
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2729
2729
  destinationChain: string;
2730
2730
  arbSys: string;
2731
2731
  bridge?: string | undefined;