@taqueria/protocol 0.14.4 → 0.18.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 (318) hide show
  1. package/Alias.d.ts +48 -0
  2. package/Alias.js +70 -0
  3. package/Alias.js.map +1 -0
  4. package/Alias.mjs +34 -0
  5. package/Alias.mjs.map +1 -0
  6. package/Base.d.ts +50 -0
  7. package/Base.js +83 -0
  8. package/Base.js.map +1 -0
  9. package/Base.mjs +57 -0
  10. package/Base.mjs.map +1 -0
  11. package/Command.d.ts +30 -0
  12. package/Command.js +61 -0
  13. package/Command.js.map +1 -0
  14. package/Command.mjs +25 -0
  15. package/Command.mjs.map +1 -0
  16. package/Config.d.ts +2062 -0
  17. package/Config.js +175 -0
  18. package/Config.js.map +1 -0
  19. package/Config.mjs +135 -0
  20. package/Config.mjs.map +1 -0
  21. package/Contract.d.ts +88 -0
  22. package/Contract.js +68 -0
  23. package/Contract.js.map +1 -0
  24. package/Contract.mjs +32 -0
  25. package/Contract.mjs.map +1 -0
  26. package/Crypto.d.ts +5 -0
  27. package/Crypto.js +35 -0
  28. package/Crypto.js.map +1 -0
  29. package/Crypto.mjs +10 -0
  30. package/Crypto.mjs.map +1 -0
  31. package/EconomicalProtocolHash.d.ts +48 -0
  32. package/EconomicalProtocolHash.js +64 -0
  33. package/EconomicalProtocolHash.js.map +1 -0
  34. package/EconomicalProtocolHash.mjs +27 -0
  35. package/EconomicalProtocolHash.mjs.map +1 -0
  36. package/Environment.d.ts +142 -0
  37. package/Environment.js +78 -0
  38. package/Environment.js.map +1 -0
  39. package/Environment.mjs +40 -0
  40. package/Environment.mjs.map +1 -0
  41. package/EphemeralState.d.ts +4561 -0
  42. package/EphemeralState.js +268 -0
  43. package/EphemeralState.js.map +1 -0
  44. package/EphemeralState.mjs +228 -0
  45. package/EphemeralState.mjs.map +1 -0
  46. package/Faucet.d.ts +210 -0
  47. package/Faucet.js +84 -0
  48. package/Faucet.js.map +1 -0
  49. package/Faucet.mjs +47 -0
  50. package/Faucet.mjs.map +1 -0
  51. package/HumanReadableIdentifier.d.ts +30 -0
  52. package/HumanReadableIdentifier.js +61 -0
  53. package/HumanReadableIdentifier.js.map +1 -0
  54. package/HumanReadableIdentifier.mjs +25 -0
  55. package/HumanReadableIdentifier.mjs.map +1 -0
  56. package/InstalledPlugin.d.ts +99 -0
  57. package/InstalledPlugin.js +67 -0
  58. package/InstalledPlugin.js.map +1 -0
  59. package/InstalledPlugin.mjs +30 -0
  60. package/InstalledPlugin.mjs.map +1 -0
  61. package/LoadedConfig.d.ts +2325 -0
  62. package/LoadedConfig.js +80 -0
  63. package/LoadedConfig.js.map +1 -0
  64. package/LoadedConfig.mjs +41 -0
  65. package/LoadedConfig.mjs.map +1 -0
  66. package/MetadataConfig.d.ts +162 -0
  67. package/MetadataConfig.js +75 -0
  68. package/MetadataConfig.js.map +1 -0
  69. package/MetadataConfig.mjs +38 -0
  70. package/MetadataConfig.mjs.map +1 -0
  71. package/NetworkConfig.d.ts +431 -0
  72. package/NetworkConfig.js +77 -0
  73. package/NetworkConfig.js.map +1 -0
  74. package/NetworkConfig.mjs +40 -0
  75. package/NetworkConfig.mjs.map +1 -0
  76. package/Operation.d.ts +1476 -0
  77. package/Operation.js +98 -0
  78. package/Operation.js.map +1 -0
  79. package/Operation.mjs +60 -0
  80. package/Operation.mjs.map +1 -0
  81. package/Option.d.ts +316 -0
  82. package/Option.js +103 -0
  83. package/Option.js.map +1 -0
  84. package/Option.mjs +65 -0
  85. package/Option.mjs.map +1 -0
  86. package/ParsedOperation.d.ts +888 -0
  87. package/ParsedOperation.js +63 -0
  88. package/ParsedOperation.js.map +1 -0
  89. package/ParsedOperation.mjs +26 -0
  90. package/ParsedOperation.mjs.map +1 -0
  91. package/ParsedTemplate.d.ts +1032 -0
  92. package/ParsedTemplate.js +71 -0
  93. package/ParsedTemplate.js.map +1 -0
  94. package/ParsedTemplate.mjs +34 -0
  95. package/ParsedTemplate.mjs.map +1 -0
  96. package/PersistentState.d.ts +581 -0
  97. package/PersistentState.js +98 -0
  98. package/PersistentState.js.map +1 -0
  99. package/PersistentState.mjs +60 -0
  100. package/PersistentState.mjs.map +1 -0
  101. package/PluginActionName.d.ts +23 -0
  102. package/PluginActionName.js +48 -0
  103. package/PluginActionName.js.map +1 -0
  104. package/PluginActionName.mjs +23 -0
  105. package/PluginActionName.mjs.map +1 -0
  106. package/PluginDependenciesResponse.d.ts +158 -0
  107. package/PluginDependenciesResponse.js +63 -0
  108. package/PluginDependenciesResponse.js.map +1 -0
  109. package/PluginDependenciesResponse.mjs +28 -0
  110. package/PluginDependenciesResponse.mjs.map +1 -0
  111. package/PluginInfo.d.ts +3425 -0
  112. package/PluginInfo.js +113 -0
  113. package/PluginInfo.js.map +1 -0
  114. package/PluginInfo.mjs +76 -0
  115. package/PluginInfo.mjs.map +1 -0
  116. package/PluginJsonResponse.d.ts +104 -0
  117. package/PluginJsonResponse.js +59 -0
  118. package/PluginJsonResponse.js.map +1 -0
  119. package/PluginJsonResponse.mjs +25 -0
  120. package/PluginJsonResponse.mjs.map +1 -0
  121. package/PluginProxyResponse.d.ts +23 -0
  122. package/PluginProxyResponse.js +61 -0
  123. package/PluginProxyResponse.js.map +1 -0
  124. package/PluginProxyResponse.mjs +25 -0
  125. package/PluginProxyResponse.mjs.map +1 -0
  126. package/PluginResponseEncoding.d.ts +39 -0
  127. package/PluginResponseEncoding.js +63 -0
  128. package/PluginResponseEncoding.js.map +1 -0
  129. package/PluginResponseEncoding.mjs +27 -0
  130. package/PluginResponseEncoding.mjs.map +1 -0
  131. package/PluginSchema.d.ts +7332 -0
  132. package/PluginSchema.js +107 -0
  133. package/PluginSchema.js.map +1 -0
  134. package/PluginSchema.mjs +70 -0
  135. package/PluginSchema.mjs.map +1 -0
  136. package/PositionalArg.d.ts +190 -0
  137. package/PositionalArg.js +78 -0
  138. package/PositionalArg.js.map +1 -0
  139. package/PositionalArg.mjs +41 -0
  140. package/PositionalArg.mjs.map +1 -0
  141. package/Provisioner.d.ts +276 -0
  142. package/Provisioner.js +86 -0
  143. package/Provisioner.js.map +1 -0
  144. package/Provisioner.mjs +48 -0
  145. package/Provisioner.mjs.map +1 -0
  146. package/ProvisionerID.d.ts +48 -0
  147. package/ProvisionerID.js +61 -0
  148. package/ProvisionerID.js.map +1 -0
  149. package/ProvisionerID.mjs +24 -0
  150. package/ProvisionerID.mjs.map +1 -0
  151. package/Provisions.d.ts +244 -0
  152. package/Provisions.js +93 -0
  153. package/Provisions.js.map +1 -0
  154. package/Provisions.mjs +57 -0
  155. package/Provisions.mjs.map +1 -0
  156. package/PublicKeyHash.d.ts +49 -0
  157. package/PublicKeyHash.js +65 -0
  158. package/PublicKeyHash.js.map +1 -0
  159. package/PublicKeyHash.mjs +28 -0
  160. package/PublicKeyHash.mjs.map +1 -0
  161. package/RequestArgs.d.ts +5557 -0
  162. package/RequestArgs.js +136 -0
  163. package/RequestArgs.js.map +1 -0
  164. package/RequestArgs.mjs +89 -0
  165. package/RequestArgs.mjs.map +1 -0
  166. package/SHA256.d.ts +33 -0
  167. package/SHA256.js +79 -0
  168. package/SHA256.js.map +1 -0
  169. package/SHA256.mjs +42 -0
  170. package/SHA256.mjs.map +1 -0
  171. package/SandboxAccountConfig.d.ts +152 -0
  172. package/SandboxAccountConfig.js +72 -0
  173. package/SandboxAccountConfig.js.map +1 -0
  174. package/SandboxAccountConfig.mjs +35 -0
  175. package/SandboxAccountConfig.mjs.map +1 -0
  176. package/SandboxConfig.d.ts +550 -0
  177. package/SandboxConfig.js +103 -0
  178. package/SandboxConfig.js.map +1 -0
  179. package/SandboxConfig.mjs +66 -0
  180. package/SandboxConfig.mjs.map +1 -0
  181. package/SanitizedAbsPath.d.ts +48 -0
  182. package/SanitizedAbsPath.js +64 -0
  183. package/SanitizedAbsPath.js.map +1 -0
  184. package/SanitizedAbsPath.mjs +27 -0
  185. package/SanitizedAbsPath.mjs.map +1 -0
  186. package/SanitizedArgs.d.ts +2907 -0
  187. package/SanitizedArgs.js +269 -0
  188. package/SanitizedArgs.js.map +1 -0
  189. package/SanitizedArgs.mjs +197 -0
  190. package/SanitizedArgs.mjs.map +1 -0
  191. package/SanitizedPath.d.ts +30 -0
  192. package/SanitizedPath.js +64 -0
  193. package/SanitizedPath.js.map +1 -0
  194. package/SanitizedPath.mjs +28 -0
  195. package/SanitizedPath.mjs.map +1 -0
  196. package/ScaffoldConfig.d.ts +6 -0
  197. package/ScaffoldConfig.js +19 -0
  198. package/ScaffoldConfig.js.map +1 -0
  199. package/ScaffoldConfig.mjs +1 -0
  200. package/ScaffoldConfig.mjs.map +1 -0
  201. package/Settings.d.ts +82 -0
  202. package/Settings.js +66 -0
  203. package/Settings.js.map +1 -0
  204. package/Settings.mjs +29 -0
  205. package/Settings.mjs.map +1 -0
  206. package/SingleChar.d.ts +48 -0
  207. package/SingleChar.js +62 -0
  208. package/SingleChar.js.map +1 -0
  209. package/SingleChar.mjs +25 -0
  210. package/SingleChar.mjs.map +1 -0
  211. package/TaqError.d.ts +24 -0
  212. package/TaqError.js +65 -0
  213. package/TaqError.js.map +1 -0
  214. package/TaqError.mjs +35 -0
  215. package/TaqError.mjs.map +1 -0
  216. package/Task.d.ts +825 -0
  217. package/Task.js +95 -0
  218. package/Task.js.map +1 -0
  219. package/Task.mjs +58 -0
  220. package/Task.mjs.map +1 -0
  221. package/Template.d.ts +1746 -0
  222. package/Template.js +117 -0
  223. package/Template.js.map +1 -0
  224. package/Template.mjs +79 -0
  225. package/Template.mjs.map +1 -0
  226. package/Timestamp.d.ts +51 -0
  227. package/Timestamp.js +65 -0
  228. package/Timestamp.js.map +1 -0
  229. package/Timestamp.mjs +27 -0
  230. package/Timestamp.mjs.map +1 -0
  231. package/Tz.d.ts +47 -0
  232. package/Tz.js +62 -0
  233. package/Tz.js.map +1 -0
  234. package/Tz.mjs +25 -0
  235. package/Tz.mjs.map +1 -0
  236. package/Url.d.ts +49 -0
  237. package/Url.js +68 -0
  238. package/Url.js.map +1 -0
  239. package/Url.mjs +30 -0
  240. package/Url.mjs.map +1 -0
  241. package/Verb.d.ts +48 -0
  242. package/Verb.js +62 -0
  243. package/Verb.js.map +1 -0
  244. package/Verb.mjs +25 -0
  245. package/Verb.mjs.map +1 -0
  246. package/VersionNumber.d.ts +30 -0
  247. package/VersionNumber.js +61 -0
  248. package/VersionNumber.js.map +1 -0
  249. package/VersionNumber.mjs +25 -0
  250. package/VersionNumber.mjs.map +1 -0
  251. package/i18n.d.ts +7 -0
  252. package/i18n.js +96 -0
  253. package/i18n.js.map +1 -0
  254. package/i18n.mjs +67 -0
  255. package/i18n.mjs.map +1 -0
  256. package/package.json +31 -3
  257. package/taqueria-protocol-types.d.ts +72 -0
  258. package/taqueria-protocol-types.js +142 -0
  259. package/taqueria-protocol-types.js.map +1 -0
  260. package/taqueria-protocol-types.mjs +76 -0
  261. package/taqueria-protocol-types.mjs.map +1 -0
  262. package/tzkt-config.d.ts +116 -0
  263. package/tzkt-config.js +65 -0
  264. package/tzkt-config.js.map +1 -0
  265. package/tzkt-config.mjs +28 -0
  266. package/tzkt-config.mjs.map +1 -0
  267. package/Alias.ts +0 -38
  268. package/Base.ts +0 -105
  269. package/Command.ts +0 -26
  270. package/Config.ts +0 -163
  271. package/Contract.ts +0 -35
  272. package/Crypto.ts +0 -3
  273. package/EconomicalProtocolHash.ts +0 -26
  274. package/Environment.ts +0 -40
  275. package/EphemeralState.ts +0 -282
  276. package/Faucet.ts +0 -46
  277. package/HumanReadableIdentifier.ts +0 -26
  278. package/InstalledPlugin.ts +0 -28
  279. package/LoadedConfig.ts +0 -45
  280. package/MetadataConfig.ts +0 -37
  281. package/NetworkConfig.ts +0 -39
  282. package/Operation.ts +0 -70
  283. package/Option.ts +0 -64
  284. package/ParsedOperation.ts +0 -33
  285. package/ParsedTemplate.ts +0 -40
  286. package/PersistentState.ts +0 -69
  287. package/PluginActionName.ts +0 -28
  288. package/PluginDependenciesResponse.ts +0 -33
  289. package/PluginInfo.ts +0 -76
  290. package/PluginJsonResponse.ts +0 -26
  291. package/PluginProxyResponse.ts +0 -24
  292. package/PluginResponseEncoding.ts +0 -27
  293. package/PluginSchema.ts +0 -81
  294. package/PositionalArg.ts +0 -41
  295. package/Provisioner.ts +0 -61
  296. package/ProvisionerID.ts +0 -25
  297. package/Provisions.ts +0 -70
  298. package/PublicKeyHash.ts +0 -28
  299. package/RequestArgs.ts +0 -97
  300. package/SHA256.ts +0 -42
  301. package/SandboxAccountConfig.ts +0 -35
  302. package/SandboxConfig.ts +0 -63
  303. package/SanitizedAbsPath.ts +0 -23
  304. package/SanitizedArgs.ts +0 -213
  305. package/SanitizedPath.ts +0 -28
  306. package/ScaffoldConfig.ts +0 -6
  307. package/Settings.ts +0 -27
  308. package/SingleChar.ts +0 -23
  309. package/TaqError.ts +0 -78
  310. package/Task.ts +0 -57
  311. package/Template.ts +0 -77
  312. package/Timestamp.ts +0 -25
  313. package/Tz.ts +0 -22
  314. package/Url.ts +0 -28
  315. package/Verb.ts +0 -23
  316. package/VersionNumber.ts +0 -25
  317. package/i18n.ts +0 -74
  318. package/taqueria-protocol-types.ts +0 -36
@@ -0,0 +1,4561 @@
1
+ import * as _taqueria_protocol_Base from '@taqueria/protocol/Base';
2
+ import * as Config from '@taqueria/protocol/Config';
3
+ import { i18n } from '@taqueria/protocol/i18n';
4
+ import * as PluginInfo from '@taqueria/protocol/PluginInfo';
5
+ import { TaqError } from '@taqueria/protocol/TaqError';
6
+ import { FutureInstance } from 'fluture';
7
+ import { z } from 'zod';
8
+
9
+ declare const taskToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
10
+ type: "npm" | "binary" | "deno";
11
+ name: string;
12
+ } & {
13
+ readonly __kind: any;
14
+ }, any>, {
15
+ type: "npm" | "binary" | "deno";
16
+ name: string;
17
+ } & {
18
+ readonly __kind: any;
19
+ }, any>, z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
20
+ options?: _taqueria_protocol_Base.Flatten<{
21
+ boolean?: boolean | undefined;
22
+ type?: "string" | "number" | "boolean" | undefined;
23
+ shortFlag?: (string & {
24
+ readonly __kind: any;
25
+ }) | undefined;
26
+ defaultValue?: string | number | boolean | undefined;
27
+ choices?: string[] | undefined;
28
+ required?: boolean | undefined;
29
+ description: string;
30
+ flag: string & {
31
+ readonly __kind: any;
32
+ };
33
+ } & {
34
+ readonly __kind: any;
35
+ }>[] | undefined;
36
+ aliases?: (string & {
37
+ readonly __kind: any;
38
+ })[] | undefined;
39
+ positionals?: ({
40
+ type?: "string" | "number" | "boolean" | undefined;
41
+ defaultValue?: string | number | boolean | undefined;
42
+ required?: boolean | undefined;
43
+ description: string;
44
+ placeholder: string & {
45
+ readonly __kind: any;
46
+ };
47
+ } & {
48
+ readonly __kind: any;
49
+ })[] | undefined;
50
+ hidden?: boolean | undefined;
51
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
52
+ readonly __kind: any;
53
+ }) | undefined;
54
+ example?: string | undefined;
55
+ description: string;
56
+ task: string & {
57
+ readonly __kind: any;
58
+ };
59
+ command: string & {
60
+ readonly __kind: any;
61
+ };
62
+ handler: string;
63
+ } & {
64
+ readonly __kind: any;
65
+ }, any>, {
66
+ options?: _taqueria_protocol_Base.Flatten<{
67
+ boolean?: boolean | undefined;
68
+ type?: "string" | "number" | "boolean" | undefined;
69
+ shortFlag?: (string & {
70
+ readonly __kind: any;
71
+ }) | undefined;
72
+ defaultValue?: string | number | boolean | undefined;
73
+ choices?: string[] | undefined;
74
+ required?: boolean | undefined;
75
+ description: string;
76
+ flag: string & {
77
+ readonly __kind: any;
78
+ };
79
+ } & {
80
+ readonly __kind: any;
81
+ }>[] | undefined;
82
+ aliases?: (string & {
83
+ readonly __kind: any;
84
+ })[] | undefined;
85
+ positionals?: ({
86
+ type?: "string" | "number" | "boolean" | undefined;
87
+ defaultValue?: string | number | boolean | undefined;
88
+ required?: boolean | undefined;
89
+ description: string;
90
+ placeholder: string & {
91
+ readonly __kind: any;
92
+ };
93
+ } & {
94
+ readonly __kind: any;
95
+ })[] | undefined;
96
+ hidden?: boolean | undefined;
97
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
98
+ readonly __kind: any;
99
+ }) | undefined;
100
+ example?: string | undefined;
101
+ description: string;
102
+ task: string & {
103
+ readonly __kind: any;
104
+ };
105
+ command: string & {
106
+ readonly __kind: any;
107
+ };
108
+ handler: string;
109
+ } & {
110
+ readonly __kind: any;
111
+ }, any>]>>;
112
+ declare const operationToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
113
+ type: "npm" | "binary" | "deno";
114
+ name: string;
115
+ } & {
116
+ readonly __kind: any;
117
+ }, any>, {
118
+ type: "npm" | "binary" | "deno";
119
+ name: string;
120
+ } & {
121
+ readonly __kind: any;
122
+ }, any>, z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
123
+ description?: string | undefined;
124
+ options?: _taqueria_protocol_Base.Flatten<{
125
+ boolean?: boolean | undefined;
126
+ type?: "string" | "number" | "boolean" | undefined;
127
+ shortFlag?: (string & {
128
+ readonly __kind: any;
129
+ }) | undefined;
130
+ defaultValue?: string | number | boolean | undefined;
131
+ choices?: string[] | undefined;
132
+ required?: boolean | undefined;
133
+ description: string;
134
+ flag: string & {
135
+ readonly __kind: any;
136
+ };
137
+ } & {
138
+ readonly __kind: any;
139
+ }>[] | undefined;
140
+ positionals?: ({
141
+ type?: "string" | "number" | "boolean" | undefined;
142
+ defaultValue?: string | number | boolean | undefined;
143
+ required?: boolean | undefined;
144
+ description: string;
145
+ placeholder: string & {
146
+ readonly __kind: any;
147
+ };
148
+ } & {
149
+ readonly __kind: any;
150
+ })[] | undefined;
151
+ operation: string & {
152
+ readonly __kind: any;
153
+ };
154
+ command: string & {
155
+ readonly __kind: any;
156
+ };
157
+ } & {
158
+ readonly __kind: any;
159
+ }, any>, {
160
+ description?: string | undefined;
161
+ options?: _taqueria_protocol_Base.Flatten<{
162
+ boolean?: boolean | undefined;
163
+ type?: "string" | "number" | "boolean" | undefined;
164
+ shortFlag?: (string & {
165
+ readonly __kind: any;
166
+ }) | undefined;
167
+ defaultValue?: string | number | boolean | undefined;
168
+ choices?: string[] | undefined;
169
+ required?: boolean | undefined;
170
+ description: string;
171
+ flag: string & {
172
+ readonly __kind: any;
173
+ };
174
+ } & {
175
+ readonly __kind: any;
176
+ }>[] | undefined;
177
+ positionals?: ({
178
+ type?: "string" | "number" | "boolean" | undefined;
179
+ defaultValue?: string | number | boolean | undefined;
180
+ required?: boolean | undefined;
181
+ description: string;
182
+ placeholder: string & {
183
+ readonly __kind: any;
184
+ };
185
+ } & {
186
+ readonly __kind: any;
187
+ })[] | undefined;
188
+ operation: string & {
189
+ readonly __kind: any;
190
+ };
191
+ command: string & {
192
+ readonly __kind: any;
193
+ };
194
+ } & {
195
+ readonly __kind: any;
196
+ }, any>]>>;
197
+ declare const templateToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
198
+ type: "npm" | "binary" | "deno";
199
+ name: string;
200
+ } & {
201
+ readonly __kind: any;
202
+ }, any>, {
203
+ type: "npm" | "binary" | "deno";
204
+ name: string;
205
+ } & {
206
+ readonly __kind: any;
207
+ }, any>, z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
208
+ options?: _taqueria_protocol_Base.Flatten<{
209
+ boolean?: boolean | undefined;
210
+ type?: "string" | "number" | "boolean" | undefined;
211
+ shortFlag?: (string & {
212
+ readonly __kind: any;
213
+ }) | undefined;
214
+ defaultValue?: string | number | boolean | undefined;
215
+ choices?: string[] | undefined;
216
+ required?: boolean | undefined;
217
+ description: string;
218
+ flag: string & {
219
+ readonly __kind: any;
220
+ };
221
+ } & {
222
+ readonly __kind: any;
223
+ }>[] | undefined;
224
+ positionals?: ({
225
+ type?: "string" | "number" | "boolean" | undefined;
226
+ defaultValue?: string | number | boolean | undefined;
227
+ required?: boolean | undefined;
228
+ description: string;
229
+ placeholder: string & {
230
+ readonly __kind: any;
231
+ };
232
+ } & {
233
+ readonly __kind: any;
234
+ })[] | undefined;
235
+ hidden?: boolean | undefined;
236
+ description: string;
237
+ template: string & {
238
+ readonly __kind: any;
239
+ };
240
+ command: string & {
241
+ readonly __kind: any;
242
+ };
243
+ handler: string;
244
+ encoding: ("none" | "json" | "application/json" | undefined) & {
245
+ readonly __kind: any;
246
+ };
247
+ } & {
248
+ readonly __kind: any;
249
+ }, any>, {
250
+ options?: _taqueria_protocol_Base.Flatten<{
251
+ boolean?: boolean | undefined;
252
+ type?: "string" | "number" | "boolean" | undefined;
253
+ shortFlag?: (string & {
254
+ readonly __kind: any;
255
+ }) | undefined;
256
+ defaultValue?: string | number | boolean | undefined;
257
+ choices?: string[] | undefined;
258
+ required?: boolean | undefined;
259
+ description: string;
260
+ flag: string & {
261
+ readonly __kind: any;
262
+ };
263
+ } & {
264
+ readonly __kind: any;
265
+ }>[] | undefined;
266
+ positionals?: ({
267
+ type?: "string" | "number" | "boolean" | undefined;
268
+ defaultValue?: string | number | boolean | undefined;
269
+ required?: boolean | undefined;
270
+ description: string;
271
+ placeholder: string & {
272
+ readonly __kind: any;
273
+ };
274
+ } & {
275
+ readonly __kind: any;
276
+ })[] | undefined;
277
+ hidden?: boolean | undefined;
278
+ description: string;
279
+ template: string & {
280
+ readonly __kind: any;
281
+ };
282
+ command: string & {
283
+ readonly __kind: any;
284
+ };
285
+ handler: string;
286
+ encoding: ("none" | "json" | "application/json" | undefined) & {
287
+ readonly __kind: any;
288
+ };
289
+ } & {
290
+ readonly __kind: any;
291
+ }, any>]>>;
292
+ declare const generatedSchemas: {
293
+ rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
294
+ internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
295
+ schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
296
+ plugins: (_taqueria_protocol_Base.Flatten<{
297
+ operations?: ({
298
+ description?: string | undefined;
299
+ options?: _taqueria_protocol_Base.Flatten<{
300
+ boolean?: boolean | undefined;
301
+ type?: "string" | "number" | "boolean" | undefined;
302
+ shortFlag?: (string & {
303
+ readonly __kind: any;
304
+ }) | undefined;
305
+ defaultValue?: string | number | boolean | undefined;
306
+ choices?: string[] | undefined;
307
+ required?: boolean | undefined;
308
+ description: string;
309
+ flag: string & {
310
+ readonly __kind: any;
311
+ };
312
+ } & {
313
+ readonly __kind: any;
314
+ }>[] | undefined;
315
+ positionals?: ({
316
+ type?: "string" | "number" | "boolean" | undefined;
317
+ defaultValue?: string | number | boolean | undefined;
318
+ required?: boolean | undefined;
319
+ description: string;
320
+ placeholder: string & {
321
+ readonly __kind: any;
322
+ };
323
+ } & {
324
+ readonly __kind: any;
325
+ })[] | undefined;
326
+ operation: string & {
327
+ readonly __kind: any;
328
+ };
329
+ command: string & {
330
+ readonly __kind: any;
331
+ };
332
+ } & {
333
+ readonly __kind: any;
334
+ })[] | undefined;
335
+ tasks?: ({
336
+ options?: _taqueria_protocol_Base.Flatten<{
337
+ boolean?: boolean | undefined;
338
+ type?: "string" | "number" | "boolean" | undefined;
339
+ shortFlag?: (string & {
340
+ readonly __kind: any;
341
+ }) | undefined;
342
+ defaultValue?: string | number | boolean | undefined;
343
+ choices?: string[] | undefined;
344
+ required?: boolean | undefined;
345
+ description: string;
346
+ flag: string & {
347
+ readonly __kind: any;
348
+ };
349
+ } & {
350
+ readonly __kind: any;
351
+ }>[] | undefined;
352
+ aliases?: (string & {
353
+ readonly __kind: any;
354
+ })[] | undefined;
355
+ positionals?: ({
356
+ type?: "string" | "number" | "boolean" | undefined;
357
+ defaultValue?: string | number | boolean | undefined;
358
+ required?: boolean | undefined;
359
+ description: string;
360
+ placeholder: string & {
361
+ readonly __kind: any;
362
+ };
363
+ } & {
364
+ readonly __kind: any;
365
+ })[] | undefined;
366
+ hidden?: boolean | undefined;
367
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
368
+ readonly __kind: any;
369
+ }) | undefined;
370
+ example?: string | undefined;
371
+ description: string;
372
+ task: string & {
373
+ readonly __kind: any;
374
+ };
375
+ command: string & {
376
+ readonly __kind: any;
377
+ };
378
+ handler: string;
379
+ } & {
380
+ readonly __kind: any;
381
+ })[] | undefined;
382
+ templates?: ({
383
+ options?: _taqueria_protocol_Base.Flatten<{
384
+ boolean?: boolean | undefined;
385
+ type?: "string" | "number" | "boolean" | undefined;
386
+ shortFlag?: (string & {
387
+ readonly __kind: any;
388
+ }) | undefined;
389
+ defaultValue?: string | number | boolean | undefined;
390
+ choices?: string[] | undefined;
391
+ required?: boolean | undefined;
392
+ description: string;
393
+ flag: string & {
394
+ readonly __kind: any;
395
+ };
396
+ } & {
397
+ readonly __kind: any;
398
+ }>[] | undefined;
399
+ positionals?: ({
400
+ type?: "string" | "number" | "boolean" | undefined;
401
+ defaultValue?: string | number | boolean | undefined;
402
+ required?: boolean | undefined;
403
+ description: string;
404
+ placeholder: string & {
405
+ readonly __kind: any;
406
+ };
407
+ } & {
408
+ readonly __kind: any;
409
+ })[] | undefined;
410
+ hidden?: boolean | undefined;
411
+ description: string;
412
+ template: string & {
413
+ readonly __kind: any;
414
+ };
415
+ command: string & {
416
+ readonly __kind: any;
417
+ };
418
+ handler: string;
419
+ encoding: ("none" | "json" | "application/json" | undefined) & {
420
+ readonly __kind: any;
421
+ };
422
+ } & {
423
+ readonly __kind: any;
424
+ })[] | undefined;
425
+ name: string;
426
+ schema: string & {
427
+ readonly __kind: any;
428
+ };
429
+ version: string & {
430
+ readonly __kind: any;
431
+ };
432
+ alias: string & {
433
+ readonly __kind: any;
434
+ };
435
+ }> & {
436
+ readonly __kind: any;
437
+ })[];
438
+ operations: Record<string, ({
439
+ type: "npm" | "binary" | "deno";
440
+ name: string;
441
+ } & {
442
+ readonly __kind: any;
443
+ }) | ({
444
+ description?: string | undefined;
445
+ options?: _taqueria_protocol_Base.Flatten<{
446
+ boolean?: boolean | undefined;
447
+ type?: "string" | "number" | "boolean" | undefined;
448
+ shortFlag?: (string & {
449
+ readonly __kind: any;
450
+ }) | undefined;
451
+ defaultValue?: string | number | boolean | undefined;
452
+ choices?: string[] | undefined;
453
+ required?: boolean | undefined;
454
+ description: string;
455
+ flag: string & {
456
+ readonly __kind: any;
457
+ };
458
+ } & {
459
+ readonly __kind: any;
460
+ }>[] | undefined;
461
+ positionals?: ({
462
+ type?: "string" | "number" | "boolean" | undefined;
463
+ defaultValue?: string | number | boolean | undefined;
464
+ required?: boolean | undefined;
465
+ description: string;
466
+ placeholder: string & {
467
+ readonly __kind: any;
468
+ };
469
+ } & {
470
+ readonly __kind: any;
471
+ })[] | undefined;
472
+ operation: string & {
473
+ readonly __kind: any;
474
+ };
475
+ command: string & {
476
+ readonly __kind: any;
477
+ };
478
+ } & {
479
+ readonly __kind: any;
480
+ })>;
481
+ tasks: Record<string, ({
482
+ type: "npm" | "binary" | "deno";
483
+ name: string;
484
+ } & {
485
+ readonly __kind: any;
486
+ }) | ({
487
+ options?: _taqueria_protocol_Base.Flatten<{
488
+ boolean?: boolean | undefined;
489
+ type?: "string" | "number" | "boolean" | undefined;
490
+ shortFlag?: (string & {
491
+ readonly __kind: any;
492
+ }) | undefined;
493
+ defaultValue?: string | number | boolean | undefined;
494
+ choices?: string[] | undefined;
495
+ required?: boolean | undefined;
496
+ description: string;
497
+ flag: string & {
498
+ readonly __kind: any;
499
+ };
500
+ } & {
501
+ readonly __kind: any;
502
+ }>[] | undefined;
503
+ aliases?: (string & {
504
+ readonly __kind: any;
505
+ })[] | undefined;
506
+ positionals?: ({
507
+ type?: "string" | "number" | "boolean" | undefined;
508
+ defaultValue?: string | number | boolean | undefined;
509
+ required?: boolean | undefined;
510
+ description: string;
511
+ placeholder: string & {
512
+ readonly __kind: any;
513
+ };
514
+ } & {
515
+ readonly __kind: any;
516
+ })[] | undefined;
517
+ hidden?: boolean | undefined;
518
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
519
+ readonly __kind: any;
520
+ }) | undefined;
521
+ example?: string | undefined;
522
+ description: string;
523
+ task: string & {
524
+ readonly __kind: any;
525
+ };
526
+ command: string & {
527
+ readonly __kind: any;
528
+ };
529
+ handler: string;
530
+ } & {
531
+ readonly __kind: any;
532
+ })>;
533
+ build: string;
534
+ templates: Record<string, ({
535
+ type: "npm" | "binary" | "deno";
536
+ name: string;
537
+ } & {
538
+ readonly __kind: any;
539
+ }) | ({
540
+ options?: _taqueria_protocol_Base.Flatten<{
541
+ boolean?: boolean | undefined;
542
+ type?: "string" | "number" | "boolean" | undefined;
543
+ shortFlag?: (string & {
544
+ readonly __kind: any;
545
+ }) | undefined;
546
+ defaultValue?: string | number | boolean | undefined;
547
+ choices?: string[] | undefined;
548
+ required?: boolean | undefined;
549
+ description: string;
550
+ flag: string & {
551
+ readonly __kind: any;
552
+ };
553
+ } & {
554
+ readonly __kind: any;
555
+ }>[] | undefined;
556
+ positionals?: ({
557
+ type?: "string" | "number" | "boolean" | undefined;
558
+ defaultValue?: string | number | boolean | undefined;
559
+ required?: boolean | undefined;
560
+ description: string;
561
+ placeholder: string & {
562
+ readonly __kind: any;
563
+ };
564
+ } & {
565
+ readonly __kind: any;
566
+ })[] | undefined;
567
+ hidden?: boolean | undefined;
568
+ description: string;
569
+ template: string & {
570
+ readonly __kind: any;
571
+ };
572
+ command: string & {
573
+ readonly __kind: any;
574
+ };
575
+ handler: string;
576
+ encoding: ("none" | "json" | "application/json" | undefined) & {
577
+ readonly __kind: any;
578
+ };
579
+ } & {
580
+ readonly __kind: any;
581
+ })>;
582
+ configHash: string;
583
+ } & {
584
+ readonly __kind: any;
585
+ }, any>;
586
+ };
587
+ declare const factory: {
588
+ make: (input: {
589
+ plugins: (_taqueria_protocol_Base.Flatten<{
590
+ operations?: ({
591
+ description?: string | undefined;
592
+ options?: _taqueria_protocol_Base.Flatten<{
593
+ boolean?: boolean | undefined;
594
+ type?: "string" | "number" | "boolean" | undefined;
595
+ shortFlag?: (string & {
596
+ readonly __kind: any;
597
+ }) | undefined;
598
+ defaultValue?: string | number | boolean | undefined;
599
+ choices?: string[] | undefined;
600
+ required?: boolean | undefined;
601
+ description: string;
602
+ flag: string & {
603
+ readonly __kind: any;
604
+ };
605
+ } & {
606
+ readonly __kind: any;
607
+ }>[] | undefined;
608
+ positionals?: ({
609
+ type?: "string" | "number" | "boolean" | undefined;
610
+ defaultValue?: string | number | boolean | undefined;
611
+ required?: boolean | undefined;
612
+ description: string;
613
+ placeholder: string & {
614
+ readonly __kind: any;
615
+ };
616
+ } & {
617
+ readonly __kind: any;
618
+ })[] | undefined;
619
+ operation: string & {
620
+ readonly __kind: any;
621
+ };
622
+ command: string & {
623
+ readonly __kind: any;
624
+ };
625
+ } & {
626
+ readonly __kind: any;
627
+ })[] | undefined;
628
+ tasks?: ({
629
+ options?: _taqueria_protocol_Base.Flatten<{
630
+ boolean?: boolean | undefined;
631
+ type?: "string" | "number" | "boolean" | undefined;
632
+ shortFlag?: (string & {
633
+ readonly __kind: any;
634
+ }) | undefined;
635
+ defaultValue?: string | number | boolean | undefined;
636
+ choices?: string[] | undefined;
637
+ required?: boolean | undefined;
638
+ description: string;
639
+ flag: string & {
640
+ readonly __kind: any;
641
+ };
642
+ } & {
643
+ readonly __kind: any;
644
+ }>[] | undefined;
645
+ aliases?: (string & {
646
+ readonly __kind: any;
647
+ })[] | undefined;
648
+ positionals?: ({
649
+ type?: "string" | "number" | "boolean" | undefined;
650
+ defaultValue?: string | number | boolean | undefined;
651
+ required?: boolean | undefined;
652
+ description: string;
653
+ placeholder: string & {
654
+ readonly __kind: any;
655
+ };
656
+ } & {
657
+ readonly __kind: any;
658
+ })[] | undefined;
659
+ hidden?: boolean | undefined;
660
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
661
+ readonly __kind: any;
662
+ }) | undefined;
663
+ example?: string | undefined;
664
+ description: string;
665
+ task: string & {
666
+ readonly __kind: any;
667
+ };
668
+ command: string & {
669
+ readonly __kind: any;
670
+ };
671
+ handler: string;
672
+ } & {
673
+ readonly __kind: any;
674
+ })[] | undefined;
675
+ templates?: ({
676
+ options?: _taqueria_protocol_Base.Flatten<{
677
+ boolean?: boolean | undefined;
678
+ type?: "string" | "number" | "boolean" | undefined;
679
+ shortFlag?: (string & {
680
+ readonly __kind: any;
681
+ }) | undefined;
682
+ defaultValue?: string | number | boolean | undefined;
683
+ choices?: string[] | undefined;
684
+ required?: boolean | undefined;
685
+ description: string;
686
+ flag: string & {
687
+ readonly __kind: any;
688
+ };
689
+ } & {
690
+ readonly __kind: any;
691
+ }>[] | undefined;
692
+ positionals?: ({
693
+ type?: "string" | "number" | "boolean" | undefined;
694
+ defaultValue?: string | number | boolean | undefined;
695
+ required?: boolean | undefined;
696
+ description: string;
697
+ placeholder: string & {
698
+ readonly __kind: any;
699
+ };
700
+ } & {
701
+ readonly __kind: any;
702
+ })[] | undefined;
703
+ hidden?: boolean | undefined;
704
+ description: string;
705
+ template: string & {
706
+ readonly __kind: any;
707
+ };
708
+ command: string & {
709
+ readonly __kind: any;
710
+ };
711
+ handler: string;
712
+ encoding: ("none" | "json" | "application/json" | undefined) & {
713
+ readonly __kind: any;
714
+ };
715
+ } & {
716
+ readonly __kind: any;
717
+ })[] | undefined;
718
+ name: string;
719
+ schema: string & {
720
+ readonly __kind: any;
721
+ };
722
+ version: string & {
723
+ readonly __kind: any;
724
+ };
725
+ alias: string & {
726
+ readonly __kind: any;
727
+ };
728
+ }> & {
729
+ readonly __kind: any;
730
+ })[];
731
+ operations: Record<string, ({
732
+ type: "npm" | "binary" | "deno";
733
+ name: string;
734
+ } & {
735
+ readonly __kind: any;
736
+ }) | ({
737
+ description?: string | undefined;
738
+ options?: _taqueria_protocol_Base.Flatten<{
739
+ boolean?: boolean | undefined;
740
+ type?: "string" | "number" | "boolean" | undefined;
741
+ shortFlag?: (string & {
742
+ readonly __kind: any;
743
+ }) | undefined;
744
+ defaultValue?: string | number | boolean | undefined;
745
+ choices?: string[] | undefined;
746
+ required?: boolean | undefined;
747
+ description: string;
748
+ flag: string & {
749
+ readonly __kind: any;
750
+ };
751
+ } & {
752
+ readonly __kind: any;
753
+ }>[] | undefined;
754
+ positionals?: ({
755
+ type?: "string" | "number" | "boolean" | undefined;
756
+ defaultValue?: string | number | boolean | undefined;
757
+ required?: boolean | undefined;
758
+ description: string;
759
+ placeholder: string & {
760
+ readonly __kind: any;
761
+ };
762
+ } & {
763
+ readonly __kind: any;
764
+ })[] | undefined;
765
+ operation: string & {
766
+ readonly __kind: any;
767
+ };
768
+ command: string & {
769
+ readonly __kind: any;
770
+ };
771
+ } & {
772
+ readonly __kind: any;
773
+ })>;
774
+ tasks: Record<string, ({
775
+ type: "npm" | "binary" | "deno";
776
+ name: string;
777
+ } & {
778
+ readonly __kind: any;
779
+ }) | ({
780
+ options?: _taqueria_protocol_Base.Flatten<{
781
+ boolean?: boolean | undefined;
782
+ type?: "string" | "number" | "boolean" | undefined;
783
+ shortFlag?: (string & {
784
+ readonly __kind: any;
785
+ }) | undefined;
786
+ defaultValue?: string | number | boolean | undefined;
787
+ choices?: string[] | undefined;
788
+ required?: boolean | undefined;
789
+ description: string;
790
+ flag: string & {
791
+ readonly __kind: any;
792
+ };
793
+ } & {
794
+ readonly __kind: any;
795
+ }>[] | undefined;
796
+ aliases?: (string & {
797
+ readonly __kind: any;
798
+ })[] | undefined;
799
+ positionals?: ({
800
+ type?: "string" | "number" | "boolean" | undefined;
801
+ defaultValue?: string | number | boolean | undefined;
802
+ required?: boolean | undefined;
803
+ description: string;
804
+ placeholder: string & {
805
+ readonly __kind: any;
806
+ };
807
+ } & {
808
+ readonly __kind: any;
809
+ })[] | undefined;
810
+ hidden?: boolean | undefined;
811
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
812
+ readonly __kind: any;
813
+ }) | undefined;
814
+ example?: string | undefined;
815
+ description: string;
816
+ task: string & {
817
+ readonly __kind: any;
818
+ };
819
+ command: string & {
820
+ readonly __kind: any;
821
+ };
822
+ handler: string;
823
+ } & {
824
+ readonly __kind: any;
825
+ })>;
826
+ build: string;
827
+ templates: Record<string, ({
828
+ type: "npm" | "binary" | "deno";
829
+ name: string;
830
+ } & {
831
+ readonly __kind: any;
832
+ }) | ({
833
+ options?: _taqueria_protocol_Base.Flatten<{
834
+ boolean?: boolean | undefined;
835
+ type?: "string" | "number" | "boolean" | undefined;
836
+ shortFlag?: (string & {
837
+ readonly __kind: any;
838
+ }) | undefined;
839
+ defaultValue?: string | number | boolean | undefined;
840
+ choices?: string[] | undefined;
841
+ required?: boolean | undefined;
842
+ description: string;
843
+ flag: string & {
844
+ readonly __kind: any;
845
+ };
846
+ } & {
847
+ readonly __kind: any;
848
+ }>[] | undefined;
849
+ positionals?: ({
850
+ type?: "string" | "number" | "boolean" | undefined;
851
+ defaultValue?: string | number | boolean | undefined;
852
+ required?: boolean | undefined;
853
+ description: string;
854
+ placeholder: string & {
855
+ readonly __kind: any;
856
+ };
857
+ } & {
858
+ readonly __kind: any;
859
+ })[] | undefined;
860
+ hidden?: boolean | undefined;
861
+ description: string;
862
+ template: string & {
863
+ readonly __kind: any;
864
+ };
865
+ command: string & {
866
+ readonly __kind: any;
867
+ };
868
+ handler: string;
869
+ encoding: ("none" | "json" | "application/json" | undefined) & {
870
+ readonly __kind: any;
871
+ };
872
+ } & {
873
+ readonly __kind: any;
874
+ })>;
875
+ configHash: string;
876
+ }) => FutureInstance<TaqError, {
877
+ plugins: (_taqueria_protocol_Base.Flatten<{
878
+ operations?: ({
879
+ description?: string | undefined;
880
+ options?: _taqueria_protocol_Base.Flatten<{
881
+ boolean?: boolean | undefined;
882
+ type?: "string" | "number" | "boolean" | undefined;
883
+ shortFlag?: (string & {
884
+ readonly __kind: any;
885
+ }) | undefined;
886
+ defaultValue?: string | number | boolean | undefined;
887
+ choices?: string[] | undefined;
888
+ required?: boolean | undefined;
889
+ description: string;
890
+ flag: string & {
891
+ readonly __kind: any;
892
+ };
893
+ } & {
894
+ readonly __kind: any;
895
+ }>[] | undefined;
896
+ positionals?: ({
897
+ type?: "string" | "number" | "boolean" | undefined;
898
+ defaultValue?: string | number | boolean | undefined;
899
+ required?: boolean | undefined;
900
+ description: string;
901
+ placeholder: string & {
902
+ readonly __kind: any;
903
+ };
904
+ } & {
905
+ readonly __kind: any;
906
+ })[] | undefined;
907
+ operation: string & {
908
+ readonly __kind: any;
909
+ };
910
+ command: string & {
911
+ readonly __kind: any;
912
+ };
913
+ } & {
914
+ readonly __kind: any;
915
+ })[] | undefined;
916
+ tasks?: ({
917
+ options?: _taqueria_protocol_Base.Flatten<{
918
+ boolean?: boolean | undefined;
919
+ type?: "string" | "number" | "boolean" | undefined;
920
+ shortFlag?: (string & {
921
+ readonly __kind: any;
922
+ }) | undefined;
923
+ defaultValue?: string | number | boolean | undefined;
924
+ choices?: string[] | undefined;
925
+ required?: boolean | undefined;
926
+ description: string;
927
+ flag: string & {
928
+ readonly __kind: any;
929
+ };
930
+ } & {
931
+ readonly __kind: any;
932
+ }>[] | undefined;
933
+ aliases?: (string & {
934
+ readonly __kind: any;
935
+ })[] | undefined;
936
+ positionals?: ({
937
+ type?: "string" | "number" | "boolean" | undefined;
938
+ defaultValue?: string | number | boolean | undefined;
939
+ required?: boolean | undefined;
940
+ description: string;
941
+ placeholder: string & {
942
+ readonly __kind: any;
943
+ };
944
+ } & {
945
+ readonly __kind: any;
946
+ })[] | undefined;
947
+ hidden?: boolean | undefined;
948
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
949
+ readonly __kind: any;
950
+ }) | undefined;
951
+ example?: string | undefined;
952
+ description: string;
953
+ task: string & {
954
+ readonly __kind: any;
955
+ };
956
+ command: string & {
957
+ readonly __kind: any;
958
+ };
959
+ handler: string;
960
+ } & {
961
+ readonly __kind: any;
962
+ })[] | undefined;
963
+ templates?: ({
964
+ options?: _taqueria_protocol_Base.Flatten<{
965
+ boolean?: boolean | undefined;
966
+ type?: "string" | "number" | "boolean" | undefined;
967
+ shortFlag?: (string & {
968
+ readonly __kind: any;
969
+ }) | undefined;
970
+ defaultValue?: string | number | boolean | undefined;
971
+ choices?: string[] | undefined;
972
+ required?: boolean | undefined;
973
+ description: string;
974
+ flag: string & {
975
+ readonly __kind: any;
976
+ };
977
+ } & {
978
+ readonly __kind: any;
979
+ }>[] | undefined;
980
+ positionals?: ({
981
+ type?: "string" | "number" | "boolean" | undefined;
982
+ defaultValue?: string | number | boolean | undefined;
983
+ required?: boolean | undefined;
984
+ description: string;
985
+ placeholder: string & {
986
+ readonly __kind: any;
987
+ };
988
+ } & {
989
+ readonly __kind: any;
990
+ })[] | undefined;
991
+ hidden?: boolean | undefined;
992
+ description: string;
993
+ template: string & {
994
+ readonly __kind: any;
995
+ };
996
+ command: string & {
997
+ readonly __kind: any;
998
+ };
999
+ handler: string;
1000
+ encoding: ("none" | "json" | "application/json" | undefined) & {
1001
+ readonly __kind: any;
1002
+ };
1003
+ } & {
1004
+ readonly __kind: any;
1005
+ })[] | undefined;
1006
+ name: string;
1007
+ schema: string & {
1008
+ readonly __kind: any;
1009
+ };
1010
+ version: string & {
1011
+ readonly __kind: any;
1012
+ };
1013
+ alias: string & {
1014
+ readonly __kind: any;
1015
+ };
1016
+ }> & {
1017
+ readonly __kind: any;
1018
+ })[];
1019
+ operations: Record<string, ({
1020
+ type: "npm" | "binary" | "deno";
1021
+ name: string;
1022
+ } & {
1023
+ readonly __kind: any;
1024
+ }) | ({
1025
+ description?: string | undefined;
1026
+ options?: _taqueria_protocol_Base.Flatten<{
1027
+ boolean?: boolean | undefined;
1028
+ type?: "string" | "number" | "boolean" | undefined;
1029
+ shortFlag?: (string & {
1030
+ readonly __kind: any;
1031
+ }) | undefined;
1032
+ defaultValue?: string | number | boolean | undefined;
1033
+ choices?: string[] | undefined;
1034
+ required?: boolean | undefined;
1035
+ description: string;
1036
+ flag: string & {
1037
+ readonly __kind: any;
1038
+ };
1039
+ } & {
1040
+ readonly __kind: any;
1041
+ }>[] | undefined;
1042
+ positionals?: ({
1043
+ type?: "string" | "number" | "boolean" | undefined;
1044
+ defaultValue?: string | number | boolean | undefined;
1045
+ required?: boolean | undefined;
1046
+ description: string;
1047
+ placeholder: string & {
1048
+ readonly __kind: any;
1049
+ };
1050
+ } & {
1051
+ readonly __kind: any;
1052
+ })[] | undefined;
1053
+ operation: string & {
1054
+ readonly __kind: any;
1055
+ };
1056
+ command: string & {
1057
+ readonly __kind: any;
1058
+ };
1059
+ } & {
1060
+ readonly __kind: any;
1061
+ })>;
1062
+ tasks: Record<string, ({
1063
+ type: "npm" | "binary" | "deno";
1064
+ name: string;
1065
+ } & {
1066
+ readonly __kind: any;
1067
+ }) | ({
1068
+ options?: _taqueria_protocol_Base.Flatten<{
1069
+ boolean?: boolean | undefined;
1070
+ type?: "string" | "number" | "boolean" | undefined;
1071
+ shortFlag?: (string & {
1072
+ readonly __kind: any;
1073
+ }) | undefined;
1074
+ defaultValue?: string | number | boolean | undefined;
1075
+ choices?: string[] | undefined;
1076
+ required?: boolean | undefined;
1077
+ description: string;
1078
+ flag: string & {
1079
+ readonly __kind: any;
1080
+ };
1081
+ } & {
1082
+ readonly __kind: any;
1083
+ }>[] | undefined;
1084
+ aliases?: (string & {
1085
+ readonly __kind: any;
1086
+ })[] | undefined;
1087
+ positionals?: ({
1088
+ type?: "string" | "number" | "boolean" | undefined;
1089
+ defaultValue?: string | number | boolean | undefined;
1090
+ required?: boolean | undefined;
1091
+ description: string;
1092
+ placeholder: string & {
1093
+ readonly __kind: any;
1094
+ };
1095
+ } & {
1096
+ readonly __kind: any;
1097
+ })[] | undefined;
1098
+ hidden?: boolean | undefined;
1099
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1100
+ readonly __kind: any;
1101
+ }) | undefined;
1102
+ example?: string | undefined;
1103
+ description: string;
1104
+ task: string & {
1105
+ readonly __kind: any;
1106
+ };
1107
+ command: string & {
1108
+ readonly __kind: any;
1109
+ };
1110
+ handler: string;
1111
+ } & {
1112
+ readonly __kind: any;
1113
+ })>;
1114
+ build: string;
1115
+ templates: Record<string, ({
1116
+ type: "npm" | "binary" | "deno";
1117
+ name: string;
1118
+ } & {
1119
+ readonly __kind: any;
1120
+ }) | ({
1121
+ options?: _taqueria_protocol_Base.Flatten<{
1122
+ boolean?: boolean | undefined;
1123
+ type?: "string" | "number" | "boolean" | undefined;
1124
+ shortFlag?: (string & {
1125
+ readonly __kind: any;
1126
+ }) | undefined;
1127
+ defaultValue?: string | number | boolean | undefined;
1128
+ choices?: string[] | undefined;
1129
+ required?: boolean | undefined;
1130
+ description: string;
1131
+ flag: string & {
1132
+ readonly __kind: any;
1133
+ };
1134
+ } & {
1135
+ readonly __kind: any;
1136
+ }>[] | undefined;
1137
+ positionals?: ({
1138
+ type?: "string" | "number" | "boolean" | undefined;
1139
+ defaultValue?: string | number | boolean | undefined;
1140
+ required?: boolean | undefined;
1141
+ description: string;
1142
+ placeholder: string & {
1143
+ readonly __kind: any;
1144
+ };
1145
+ } & {
1146
+ readonly __kind: any;
1147
+ })[] | undefined;
1148
+ hidden?: boolean | undefined;
1149
+ description: string;
1150
+ template: string & {
1151
+ readonly __kind: any;
1152
+ };
1153
+ command: string & {
1154
+ readonly __kind: any;
1155
+ };
1156
+ handler: string;
1157
+ encoding: ("none" | "json" | "application/json" | undefined) & {
1158
+ readonly __kind: any;
1159
+ };
1160
+ } & {
1161
+ readonly __kind: any;
1162
+ })>;
1163
+ configHash: string;
1164
+ } & {
1165
+ readonly __kind: any;
1166
+ }>;
1167
+ of: (input: unknown) => FutureInstance<TaqError, {
1168
+ plugins: (_taqueria_protocol_Base.Flatten<{
1169
+ operations?: ({
1170
+ description?: string | undefined;
1171
+ options?: _taqueria_protocol_Base.Flatten<{
1172
+ boolean?: boolean | undefined;
1173
+ type?: "string" | "number" | "boolean" | undefined;
1174
+ shortFlag?: (string & {
1175
+ readonly __kind: any;
1176
+ }) | undefined;
1177
+ defaultValue?: string | number | boolean | undefined;
1178
+ choices?: string[] | undefined;
1179
+ required?: boolean | undefined;
1180
+ description: string;
1181
+ flag: string & {
1182
+ readonly __kind: any;
1183
+ };
1184
+ } & {
1185
+ readonly __kind: any;
1186
+ }>[] | undefined;
1187
+ positionals?: ({
1188
+ type?: "string" | "number" | "boolean" | undefined;
1189
+ defaultValue?: string | number | boolean | undefined;
1190
+ required?: boolean | undefined;
1191
+ description: string;
1192
+ placeholder: string & {
1193
+ readonly __kind: any;
1194
+ };
1195
+ } & {
1196
+ readonly __kind: any;
1197
+ })[] | undefined;
1198
+ operation: string & {
1199
+ readonly __kind: any;
1200
+ };
1201
+ command: string & {
1202
+ readonly __kind: any;
1203
+ };
1204
+ } & {
1205
+ readonly __kind: any;
1206
+ })[] | undefined;
1207
+ tasks?: ({
1208
+ options?: _taqueria_protocol_Base.Flatten<{
1209
+ boolean?: boolean | undefined;
1210
+ type?: "string" | "number" | "boolean" | undefined;
1211
+ shortFlag?: (string & {
1212
+ readonly __kind: any;
1213
+ }) | undefined;
1214
+ defaultValue?: string | number | boolean | undefined;
1215
+ choices?: string[] | undefined;
1216
+ required?: boolean | undefined;
1217
+ description: string;
1218
+ flag: string & {
1219
+ readonly __kind: any;
1220
+ };
1221
+ } & {
1222
+ readonly __kind: any;
1223
+ }>[] | undefined;
1224
+ aliases?: (string & {
1225
+ readonly __kind: any;
1226
+ })[] | undefined;
1227
+ positionals?: ({
1228
+ type?: "string" | "number" | "boolean" | undefined;
1229
+ defaultValue?: string | number | boolean | undefined;
1230
+ required?: boolean | undefined;
1231
+ description: string;
1232
+ placeholder: string & {
1233
+ readonly __kind: any;
1234
+ };
1235
+ } & {
1236
+ readonly __kind: any;
1237
+ })[] | undefined;
1238
+ hidden?: boolean | undefined;
1239
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1240
+ readonly __kind: any;
1241
+ }) | undefined;
1242
+ example?: string | undefined;
1243
+ description: string;
1244
+ task: string & {
1245
+ readonly __kind: any;
1246
+ };
1247
+ command: string & {
1248
+ readonly __kind: any;
1249
+ };
1250
+ handler: string;
1251
+ } & {
1252
+ readonly __kind: any;
1253
+ })[] | undefined;
1254
+ templates?: ({
1255
+ options?: _taqueria_protocol_Base.Flatten<{
1256
+ boolean?: boolean | undefined;
1257
+ type?: "string" | "number" | "boolean" | undefined;
1258
+ shortFlag?: (string & {
1259
+ readonly __kind: any;
1260
+ }) | undefined;
1261
+ defaultValue?: string | number | boolean | undefined;
1262
+ choices?: string[] | undefined;
1263
+ required?: boolean | undefined;
1264
+ description: string;
1265
+ flag: string & {
1266
+ readonly __kind: any;
1267
+ };
1268
+ } & {
1269
+ readonly __kind: any;
1270
+ }>[] | undefined;
1271
+ positionals?: ({
1272
+ type?: "string" | "number" | "boolean" | undefined;
1273
+ defaultValue?: string | number | boolean | undefined;
1274
+ required?: boolean | undefined;
1275
+ description: string;
1276
+ placeholder: string & {
1277
+ readonly __kind: any;
1278
+ };
1279
+ } & {
1280
+ readonly __kind: any;
1281
+ })[] | undefined;
1282
+ hidden?: boolean | undefined;
1283
+ description: string;
1284
+ template: string & {
1285
+ readonly __kind: any;
1286
+ };
1287
+ command: string & {
1288
+ readonly __kind: any;
1289
+ };
1290
+ handler: string;
1291
+ encoding: ("none" | "json" | "application/json" | undefined) & {
1292
+ readonly __kind: any;
1293
+ };
1294
+ } & {
1295
+ readonly __kind: any;
1296
+ })[] | undefined;
1297
+ name: string;
1298
+ schema: string & {
1299
+ readonly __kind: any;
1300
+ };
1301
+ version: string & {
1302
+ readonly __kind: any;
1303
+ };
1304
+ alias: string & {
1305
+ readonly __kind: any;
1306
+ };
1307
+ }> & {
1308
+ readonly __kind: any;
1309
+ })[];
1310
+ operations: Record<string, ({
1311
+ type: "npm" | "binary" | "deno";
1312
+ name: string;
1313
+ } & {
1314
+ readonly __kind: any;
1315
+ }) | ({
1316
+ description?: string | undefined;
1317
+ options?: _taqueria_protocol_Base.Flatten<{
1318
+ boolean?: boolean | undefined;
1319
+ type?: "string" | "number" | "boolean" | undefined;
1320
+ shortFlag?: (string & {
1321
+ readonly __kind: any;
1322
+ }) | undefined;
1323
+ defaultValue?: string | number | boolean | undefined;
1324
+ choices?: string[] | undefined;
1325
+ required?: boolean | undefined;
1326
+ description: string;
1327
+ flag: string & {
1328
+ readonly __kind: any;
1329
+ };
1330
+ } & {
1331
+ readonly __kind: any;
1332
+ }>[] | undefined;
1333
+ positionals?: ({
1334
+ type?: "string" | "number" | "boolean" | undefined;
1335
+ defaultValue?: string | number | boolean | undefined;
1336
+ required?: boolean | undefined;
1337
+ description: string;
1338
+ placeholder: string & {
1339
+ readonly __kind: any;
1340
+ };
1341
+ } & {
1342
+ readonly __kind: any;
1343
+ })[] | undefined;
1344
+ operation: string & {
1345
+ readonly __kind: any;
1346
+ };
1347
+ command: string & {
1348
+ readonly __kind: any;
1349
+ };
1350
+ } & {
1351
+ readonly __kind: any;
1352
+ })>;
1353
+ tasks: Record<string, ({
1354
+ type: "npm" | "binary" | "deno";
1355
+ name: string;
1356
+ } & {
1357
+ readonly __kind: any;
1358
+ }) | ({
1359
+ options?: _taqueria_protocol_Base.Flatten<{
1360
+ boolean?: boolean | undefined;
1361
+ type?: "string" | "number" | "boolean" | undefined;
1362
+ shortFlag?: (string & {
1363
+ readonly __kind: any;
1364
+ }) | undefined;
1365
+ defaultValue?: string | number | boolean | undefined;
1366
+ choices?: string[] | undefined;
1367
+ required?: boolean | undefined;
1368
+ description: string;
1369
+ flag: string & {
1370
+ readonly __kind: any;
1371
+ };
1372
+ } & {
1373
+ readonly __kind: any;
1374
+ }>[] | undefined;
1375
+ aliases?: (string & {
1376
+ readonly __kind: any;
1377
+ })[] | undefined;
1378
+ positionals?: ({
1379
+ type?: "string" | "number" | "boolean" | undefined;
1380
+ defaultValue?: string | number | boolean | undefined;
1381
+ required?: boolean | undefined;
1382
+ description: string;
1383
+ placeholder: string & {
1384
+ readonly __kind: any;
1385
+ };
1386
+ } & {
1387
+ readonly __kind: any;
1388
+ })[] | undefined;
1389
+ hidden?: boolean | undefined;
1390
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1391
+ readonly __kind: any;
1392
+ }) | undefined;
1393
+ example?: string | undefined;
1394
+ description: string;
1395
+ task: string & {
1396
+ readonly __kind: any;
1397
+ };
1398
+ command: string & {
1399
+ readonly __kind: any;
1400
+ };
1401
+ handler: string;
1402
+ } & {
1403
+ readonly __kind: any;
1404
+ })>;
1405
+ build: string;
1406
+ templates: Record<string, ({
1407
+ type: "npm" | "binary" | "deno";
1408
+ name: string;
1409
+ } & {
1410
+ readonly __kind: any;
1411
+ }) | ({
1412
+ options?: _taqueria_protocol_Base.Flatten<{
1413
+ boolean?: boolean | undefined;
1414
+ type?: "string" | "number" | "boolean" | undefined;
1415
+ shortFlag?: (string & {
1416
+ readonly __kind: any;
1417
+ }) | undefined;
1418
+ defaultValue?: string | number | boolean | undefined;
1419
+ choices?: string[] | undefined;
1420
+ required?: boolean | undefined;
1421
+ description: string;
1422
+ flag: string & {
1423
+ readonly __kind: any;
1424
+ };
1425
+ } & {
1426
+ readonly __kind: any;
1427
+ }>[] | undefined;
1428
+ positionals?: ({
1429
+ type?: "string" | "number" | "boolean" | undefined;
1430
+ defaultValue?: string | number | boolean | undefined;
1431
+ required?: boolean | undefined;
1432
+ description: string;
1433
+ placeholder: string & {
1434
+ readonly __kind: any;
1435
+ };
1436
+ } & {
1437
+ readonly __kind: any;
1438
+ })[] | undefined;
1439
+ hidden?: boolean | undefined;
1440
+ description: string;
1441
+ template: string & {
1442
+ readonly __kind: any;
1443
+ };
1444
+ command: string & {
1445
+ readonly __kind: any;
1446
+ };
1447
+ handler: string;
1448
+ encoding: ("none" | "json" | "application/json" | undefined) & {
1449
+ readonly __kind: any;
1450
+ };
1451
+ } & {
1452
+ readonly __kind: any;
1453
+ })>;
1454
+ configHash: string;
1455
+ } & {
1456
+ readonly __kind: any;
1457
+ }>;
1458
+ create: (input: {
1459
+ plugins: (_taqueria_protocol_Base.Flatten<{
1460
+ operations?: ({
1461
+ description?: string | undefined;
1462
+ options?: _taqueria_protocol_Base.Flatten<{
1463
+ boolean?: boolean | undefined;
1464
+ type?: "string" | "number" | "boolean" | undefined;
1465
+ shortFlag?: (string & {
1466
+ readonly __kind: any;
1467
+ }) | undefined;
1468
+ defaultValue?: string | number | boolean | undefined;
1469
+ choices?: string[] | undefined;
1470
+ required?: boolean | undefined;
1471
+ description: string;
1472
+ flag: string & {
1473
+ readonly __kind: any;
1474
+ };
1475
+ } & {
1476
+ readonly __kind: any;
1477
+ }>[] | undefined;
1478
+ positionals?: ({
1479
+ type?: "string" | "number" | "boolean" | undefined;
1480
+ defaultValue?: string | number | boolean | undefined;
1481
+ required?: boolean | undefined;
1482
+ description: string;
1483
+ placeholder: string & {
1484
+ readonly __kind: any;
1485
+ };
1486
+ } & {
1487
+ readonly __kind: any;
1488
+ })[] | undefined;
1489
+ operation: string & {
1490
+ readonly __kind: any;
1491
+ };
1492
+ command: string & {
1493
+ readonly __kind: any;
1494
+ };
1495
+ } & {
1496
+ readonly __kind: any;
1497
+ })[] | undefined;
1498
+ tasks?: ({
1499
+ options?: _taqueria_protocol_Base.Flatten<{
1500
+ boolean?: boolean | undefined;
1501
+ type?: "string" | "number" | "boolean" | undefined;
1502
+ shortFlag?: (string & {
1503
+ readonly __kind: any;
1504
+ }) | undefined;
1505
+ defaultValue?: string | number | boolean | undefined;
1506
+ choices?: string[] | undefined;
1507
+ required?: boolean | undefined;
1508
+ description: string;
1509
+ flag: string & {
1510
+ readonly __kind: any;
1511
+ };
1512
+ } & {
1513
+ readonly __kind: any;
1514
+ }>[] | undefined;
1515
+ aliases?: (string & {
1516
+ readonly __kind: any;
1517
+ })[] | undefined;
1518
+ positionals?: ({
1519
+ type?: "string" | "number" | "boolean" | undefined;
1520
+ defaultValue?: string | number | boolean | undefined;
1521
+ required?: boolean | undefined;
1522
+ description: string;
1523
+ placeholder: string & {
1524
+ readonly __kind: any;
1525
+ };
1526
+ } & {
1527
+ readonly __kind: any;
1528
+ })[] | undefined;
1529
+ hidden?: boolean | undefined;
1530
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1531
+ readonly __kind: any;
1532
+ }) | undefined;
1533
+ example?: string | undefined;
1534
+ description: string;
1535
+ task: string & {
1536
+ readonly __kind: any;
1537
+ };
1538
+ command: string & {
1539
+ readonly __kind: any;
1540
+ };
1541
+ handler: string;
1542
+ } & {
1543
+ readonly __kind: any;
1544
+ })[] | undefined;
1545
+ templates?: ({
1546
+ options?: _taqueria_protocol_Base.Flatten<{
1547
+ boolean?: boolean | undefined;
1548
+ type?: "string" | "number" | "boolean" | undefined;
1549
+ shortFlag?: (string & {
1550
+ readonly __kind: any;
1551
+ }) | undefined;
1552
+ defaultValue?: string | number | boolean | undefined;
1553
+ choices?: string[] | undefined;
1554
+ required?: boolean | undefined;
1555
+ description: string;
1556
+ flag: string & {
1557
+ readonly __kind: any;
1558
+ };
1559
+ } & {
1560
+ readonly __kind: any;
1561
+ }>[] | undefined;
1562
+ positionals?: ({
1563
+ type?: "string" | "number" | "boolean" | undefined;
1564
+ defaultValue?: string | number | boolean | undefined;
1565
+ required?: boolean | undefined;
1566
+ description: string;
1567
+ placeholder: string & {
1568
+ readonly __kind: any;
1569
+ };
1570
+ } & {
1571
+ readonly __kind: any;
1572
+ })[] | undefined;
1573
+ hidden?: boolean | undefined;
1574
+ description: string;
1575
+ template: string & {
1576
+ readonly __kind: any;
1577
+ };
1578
+ command: string & {
1579
+ readonly __kind: any;
1580
+ };
1581
+ handler: string;
1582
+ encoding: ("none" | "json" | "application/json" | undefined) & {
1583
+ readonly __kind: any;
1584
+ };
1585
+ } & {
1586
+ readonly __kind: any;
1587
+ })[] | undefined;
1588
+ name: string;
1589
+ schema: string & {
1590
+ readonly __kind: any;
1591
+ };
1592
+ version: string & {
1593
+ readonly __kind: any;
1594
+ };
1595
+ alias: string & {
1596
+ readonly __kind: any;
1597
+ };
1598
+ }> & {
1599
+ readonly __kind: any;
1600
+ })[];
1601
+ operations: Record<string, ({
1602
+ type: "npm" | "binary" | "deno";
1603
+ name: string;
1604
+ } & {
1605
+ readonly __kind: any;
1606
+ }) | ({
1607
+ description?: string | undefined;
1608
+ options?: _taqueria_protocol_Base.Flatten<{
1609
+ boolean?: boolean | undefined;
1610
+ type?: "string" | "number" | "boolean" | undefined;
1611
+ shortFlag?: (string & {
1612
+ readonly __kind: any;
1613
+ }) | undefined;
1614
+ defaultValue?: string | number | boolean | undefined;
1615
+ choices?: string[] | undefined;
1616
+ required?: boolean | undefined;
1617
+ description: string;
1618
+ flag: string & {
1619
+ readonly __kind: any;
1620
+ };
1621
+ } & {
1622
+ readonly __kind: any;
1623
+ }>[] | undefined;
1624
+ positionals?: ({
1625
+ type?: "string" | "number" | "boolean" | undefined;
1626
+ defaultValue?: string | number | boolean | undefined;
1627
+ required?: boolean | undefined;
1628
+ description: string;
1629
+ placeholder: string & {
1630
+ readonly __kind: any;
1631
+ };
1632
+ } & {
1633
+ readonly __kind: any;
1634
+ })[] | undefined;
1635
+ operation: string & {
1636
+ readonly __kind: any;
1637
+ };
1638
+ command: string & {
1639
+ readonly __kind: any;
1640
+ };
1641
+ } & {
1642
+ readonly __kind: any;
1643
+ })>;
1644
+ tasks: Record<string, ({
1645
+ type: "npm" | "binary" | "deno";
1646
+ name: string;
1647
+ } & {
1648
+ readonly __kind: any;
1649
+ }) | ({
1650
+ options?: _taqueria_protocol_Base.Flatten<{
1651
+ boolean?: boolean | undefined;
1652
+ type?: "string" | "number" | "boolean" | undefined;
1653
+ shortFlag?: (string & {
1654
+ readonly __kind: any;
1655
+ }) | undefined;
1656
+ defaultValue?: string | number | boolean | undefined;
1657
+ choices?: string[] | undefined;
1658
+ required?: boolean | undefined;
1659
+ description: string;
1660
+ flag: string & {
1661
+ readonly __kind: any;
1662
+ };
1663
+ } & {
1664
+ readonly __kind: any;
1665
+ }>[] | undefined;
1666
+ aliases?: (string & {
1667
+ readonly __kind: any;
1668
+ })[] | undefined;
1669
+ positionals?: ({
1670
+ type?: "string" | "number" | "boolean" | undefined;
1671
+ defaultValue?: string | number | boolean | undefined;
1672
+ required?: boolean | undefined;
1673
+ description: string;
1674
+ placeholder: string & {
1675
+ readonly __kind: any;
1676
+ };
1677
+ } & {
1678
+ readonly __kind: any;
1679
+ })[] | undefined;
1680
+ hidden?: boolean | undefined;
1681
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1682
+ readonly __kind: any;
1683
+ }) | undefined;
1684
+ example?: string | undefined;
1685
+ description: string;
1686
+ task: string & {
1687
+ readonly __kind: any;
1688
+ };
1689
+ command: string & {
1690
+ readonly __kind: any;
1691
+ };
1692
+ handler: string;
1693
+ } & {
1694
+ readonly __kind: any;
1695
+ })>;
1696
+ build: string;
1697
+ templates: Record<string, ({
1698
+ type: "npm" | "binary" | "deno";
1699
+ name: string;
1700
+ } & {
1701
+ readonly __kind: any;
1702
+ }) | ({
1703
+ options?: _taqueria_protocol_Base.Flatten<{
1704
+ boolean?: boolean | undefined;
1705
+ type?: "string" | "number" | "boolean" | undefined;
1706
+ shortFlag?: (string & {
1707
+ readonly __kind: any;
1708
+ }) | undefined;
1709
+ defaultValue?: string | number | boolean | undefined;
1710
+ choices?: string[] | undefined;
1711
+ required?: boolean | undefined;
1712
+ description: string;
1713
+ flag: string & {
1714
+ readonly __kind: any;
1715
+ };
1716
+ } & {
1717
+ readonly __kind: any;
1718
+ }>[] | undefined;
1719
+ positionals?: ({
1720
+ type?: "string" | "number" | "boolean" | undefined;
1721
+ defaultValue?: string | number | boolean | undefined;
1722
+ required?: boolean | undefined;
1723
+ description: string;
1724
+ placeholder: string & {
1725
+ readonly __kind: any;
1726
+ };
1727
+ } & {
1728
+ readonly __kind: any;
1729
+ })[] | undefined;
1730
+ hidden?: boolean | undefined;
1731
+ description: string;
1732
+ template: string & {
1733
+ readonly __kind: any;
1734
+ };
1735
+ command: string & {
1736
+ readonly __kind: any;
1737
+ };
1738
+ handler: string;
1739
+ encoding: ("none" | "json" | "application/json" | undefined) & {
1740
+ readonly __kind: any;
1741
+ };
1742
+ } & {
1743
+ readonly __kind: any;
1744
+ })>;
1745
+ configHash: string;
1746
+ }) => {
1747
+ plugins: (_taqueria_protocol_Base.Flatten<{
1748
+ operations?: ({
1749
+ description?: string | undefined;
1750
+ options?: _taqueria_protocol_Base.Flatten<{
1751
+ boolean?: boolean | undefined;
1752
+ type?: "string" | "number" | "boolean" | undefined;
1753
+ shortFlag?: (string & {
1754
+ readonly __kind: any;
1755
+ }) | undefined;
1756
+ defaultValue?: string | number | boolean | undefined;
1757
+ choices?: string[] | undefined;
1758
+ required?: boolean | undefined;
1759
+ description: string;
1760
+ flag: string & {
1761
+ readonly __kind: any;
1762
+ };
1763
+ } & {
1764
+ readonly __kind: any;
1765
+ }>[] | undefined;
1766
+ positionals?: ({
1767
+ type?: "string" | "number" | "boolean" | undefined;
1768
+ defaultValue?: string | number | boolean | undefined;
1769
+ required?: boolean | undefined;
1770
+ description: string;
1771
+ placeholder: string & {
1772
+ readonly __kind: any;
1773
+ };
1774
+ } & {
1775
+ readonly __kind: any;
1776
+ })[] | undefined;
1777
+ operation: string & {
1778
+ readonly __kind: any;
1779
+ };
1780
+ command: string & {
1781
+ readonly __kind: any;
1782
+ };
1783
+ } & {
1784
+ readonly __kind: any;
1785
+ })[] | undefined;
1786
+ tasks?: ({
1787
+ options?: _taqueria_protocol_Base.Flatten<{
1788
+ boolean?: boolean | undefined;
1789
+ type?: "string" | "number" | "boolean" | undefined;
1790
+ shortFlag?: (string & {
1791
+ readonly __kind: any;
1792
+ }) | undefined;
1793
+ defaultValue?: string | number | boolean | undefined;
1794
+ choices?: string[] | undefined;
1795
+ required?: boolean | undefined;
1796
+ description: string;
1797
+ flag: string & {
1798
+ readonly __kind: any;
1799
+ };
1800
+ } & {
1801
+ readonly __kind: any;
1802
+ }>[] | undefined;
1803
+ aliases?: (string & {
1804
+ readonly __kind: any;
1805
+ })[] | undefined;
1806
+ positionals?: ({
1807
+ type?: "string" | "number" | "boolean" | undefined;
1808
+ defaultValue?: string | number | boolean | undefined;
1809
+ required?: boolean | undefined;
1810
+ description: string;
1811
+ placeholder: string & {
1812
+ readonly __kind: any;
1813
+ };
1814
+ } & {
1815
+ readonly __kind: any;
1816
+ })[] | undefined;
1817
+ hidden?: boolean | undefined;
1818
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1819
+ readonly __kind: any;
1820
+ }) | undefined;
1821
+ example?: string | undefined;
1822
+ description: string;
1823
+ task: string & {
1824
+ readonly __kind: any;
1825
+ };
1826
+ command: string & {
1827
+ readonly __kind: any;
1828
+ };
1829
+ handler: string;
1830
+ } & {
1831
+ readonly __kind: any;
1832
+ })[] | undefined;
1833
+ templates?: ({
1834
+ options?: _taqueria_protocol_Base.Flatten<{
1835
+ boolean?: boolean | undefined;
1836
+ type?: "string" | "number" | "boolean" | undefined;
1837
+ shortFlag?: (string & {
1838
+ readonly __kind: any;
1839
+ }) | undefined;
1840
+ defaultValue?: string | number | boolean | undefined;
1841
+ choices?: string[] | undefined;
1842
+ required?: boolean | undefined;
1843
+ description: string;
1844
+ flag: string & {
1845
+ readonly __kind: any;
1846
+ };
1847
+ } & {
1848
+ readonly __kind: any;
1849
+ }>[] | undefined;
1850
+ positionals?: ({
1851
+ type?: "string" | "number" | "boolean" | undefined;
1852
+ defaultValue?: string | number | boolean | undefined;
1853
+ required?: boolean | undefined;
1854
+ description: string;
1855
+ placeholder: string & {
1856
+ readonly __kind: any;
1857
+ };
1858
+ } & {
1859
+ readonly __kind: any;
1860
+ })[] | undefined;
1861
+ hidden?: boolean | undefined;
1862
+ description: string;
1863
+ template: string & {
1864
+ readonly __kind: any;
1865
+ };
1866
+ command: string & {
1867
+ readonly __kind: any;
1868
+ };
1869
+ handler: string;
1870
+ encoding: ("none" | "json" | "application/json" | undefined) & {
1871
+ readonly __kind: any;
1872
+ };
1873
+ } & {
1874
+ readonly __kind: any;
1875
+ })[] | undefined;
1876
+ name: string;
1877
+ schema: string & {
1878
+ readonly __kind: any;
1879
+ };
1880
+ version: string & {
1881
+ readonly __kind: any;
1882
+ };
1883
+ alias: string & {
1884
+ readonly __kind: any;
1885
+ };
1886
+ }> & {
1887
+ readonly __kind: any;
1888
+ })[];
1889
+ operations: Record<string, ({
1890
+ type: "npm" | "binary" | "deno";
1891
+ name: string;
1892
+ } & {
1893
+ readonly __kind: any;
1894
+ }) | ({
1895
+ description?: string | undefined;
1896
+ options?: _taqueria_protocol_Base.Flatten<{
1897
+ boolean?: boolean | undefined;
1898
+ type?: "string" | "number" | "boolean" | undefined;
1899
+ shortFlag?: (string & {
1900
+ readonly __kind: any;
1901
+ }) | undefined;
1902
+ defaultValue?: string | number | boolean | undefined;
1903
+ choices?: string[] | undefined;
1904
+ required?: boolean | undefined;
1905
+ description: string;
1906
+ flag: string & {
1907
+ readonly __kind: any;
1908
+ };
1909
+ } & {
1910
+ readonly __kind: any;
1911
+ }>[] | undefined;
1912
+ positionals?: ({
1913
+ type?: "string" | "number" | "boolean" | undefined;
1914
+ defaultValue?: string | number | boolean | undefined;
1915
+ required?: boolean | undefined;
1916
+ description: string;
1917
+ placeholder: string & {
1918
+ readonly __kind: any;
1919
+ };
1920
+ } & {
1921
+ readonly __kind: any;
1922
+ })[] | undefined;
1923
+ operation: string & {
1924
+ readonly __kind: any;
1925
+ };
1926
+ command: string & {
1927
+ readonly __kind: any;
1928
+ };
1929
+ } & {
1930
+ readonly __kind: any;
1931
+ })>;
1932
+ tasks: Record<string, ({
1933
+ type: "npm" | "binary" | "deno";
1934
+ name: string;
1935
+ } & {
1936
+ readonly __kind: any;
1937
+ }) | ({
1938
+ options?: _taqueria_protocol_Base.Flatten<{
1939
+ boolean?: boolean | undefined;
1940
+ type?: "string" | "number" | "boolean" | undefined;
1941
+ shortFlag?: (string & {
1942
+ readonly __kind: any;
1943
+ }) | undefined;
1944
+ defaultValue?: string | number | boolean | undefined;
1945
+ choices?: string[] | undefined;
1946
+ required?: boolean | undefined;
1947
+ description: string;
1948
+ flag: string & {
1949
+ readonly __kind: any;
1950
+ };
1951
+ } & {
1952
+ readonly __kind: any;
1953
+ }>[] | undefined;
1954
+ aliases?: (string & {
1955
+ readonly __kind: any;
1956
+ })[] | undefined;
1957
+ positionals?: ({
1958
+ type?: "string" | "number" | "boolean" | undefined;
1959
+ defaultValue?: string | number | boolean | undefined;
1960
+ required?: boolean | undefined;
1961
+ description: string;
1962
+ placeholder: string & {
1963
+ readonly __kind: any;
1964
+ };
1965
+ } & {
1966
+ readonly __kind: any;
1967
+ })[] | undefined;
1968
+ hidden?: boolean | undefined;
1969
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1970
+ readonly __kind: any;
1971
+ }) | undefined;
1972
+ example?: string | undefined;
1973
+ description: string;
1974
+ task: string & {
1975
+ readonly __kind: any;
1976
+ };
1977
+ command: string & {
1978
+ readonly __kind: any;
1979
+ };
1980
+ handler: string;
1981
+ } & {
1982
+ readonly __kind: any;
1983
+ })>;
1984
+ build: string;
1985
+ templates: Record<string, ({
1986
+ type: "npm" | "binary" | "deno";
1987
+ name: string;
1988
+ } & {
1989
+ readonly __kind: any;
1990
+ }) | ({
1991
+ options?: _taqueria_protocol_Base.Flatten<{
1992
+ boolean?: boolean | undefined;
1993
+ type?: "string" | "number" | "boolean" | undefined;
1994
+ shortFlag?: (string & {
1995
+ readonly __kind: any;
1996
+ }) | undefined;
1997
+ defaultValue?: string | number | boolean | undefined;
1998
+ choices?: string[] | undefined;
1999
+ required?: boolean | undefined;
2000
+ description: string;
2001
+ flag: string & {
2002
+ readonly __kind: any;
2003
+ };
2004
+ } & {
2005
+ readonly __kind: any;
2006
+ }>[] | undefined;
2007
+ positionals?: ({
2008
+ type?: "string" | "number" | "boolean" | undefined;
2009
+ defaultValue?: string | number | boolean | undefined;
2010
+ required?: boolean | undefined;
2011
+ description: string;
2012
+ placeholder: string & {
2013
+ readonly __kind: any;
2014
+ };
2015
+ } & {
2016
+ readonly __kind: any;
2017
+ })[] | undefined;
2018
+ hidden?: boolean | undefined;
2019
+ description: string;
2020
+ template: string & {
2021
+ readonly __kind: any;
2022
+ };
2023
+ command: string & {
2024
+ readonly __kind: any;
2025
+ };
2026
+ handler: string;
2027
+ encoding: ("none" | "json" | "application/json" | undefined) & {
2028
+ readonly __kind: any;
2029
+ };
2030
+ } & {
2031
+ readonly __kind: any;
2032
+ })>;
2033
+ configHash: string;
2034
+ } & {
2035
+ readonly __kind: any;
2036
+ }; /**
2037
+ * Private functions
2038
+ */
2039
+ from: (input: unknown) => {
2040
+ plugins: (_taqueria_protocol_Base.Flatten<{
2041
+ operations?: ({
2042
+ description?: string | undefined;
2043
+ options?: _taqueria_protocol_Base.Flatten<{
2044
+ boolean?: boolean | undefined;
2045
+ type?: "string" | "number" | "boolean" | undefined;
2046
+ shortFlag?: (string & {
2047
+ readonly __kind: any;
2048
+ }) | undefined;
2049
+ defaultValue?: string | number | boolean | undefined;
2050
+ choices?: string[] | undefined;
2051
+ required?: boolean | undefined;
2052
+ description: string;
2053
+ flag: string & {
2054
+ readonly __kind: any;
2055
+ };
2056
+ } & {
2057
+ readonly __kind: any;
2058
+ }>[] | undefined;
2059
+ positionals?: ({
2060
+ type?: "string" | "number" | "boolean" | undefined;
2061
+ defaultValue?: string | number | boolean | undefined;
2062
+ required?: boolean | undefined;
2063
+ description: string;
2064
+ placeholder: string & {
2065
+ readonly __kind: any;
2066
+ };
2067
+ } & {
2068
+ readonly __kind: any;
2069
+ })[] | undefined;
2070
+ operation: string & {
2071
+ readonly __kind: any;
2072
+ };
2073
+ command: string & {
2074
+ readonly __kind: any;
2075
+ };
2076
+ } & {
2077
+ readonly __kind: any;
2078
+ })[] | undefined;
2079
+ tasks?: ({
2080
+ options?: _taqueria_protocol_Base.Flatten<{
2081
+ boolean?: boolean | undefined;
2082
+ type?: "string" | "number" | "boolean" | undefined;
2083
+ shortFlag?: (string & {
2084
+ readonly __kind: any;
2085
+ }) | undefined;
2086
+ defaultValue?: string | number | boolean | undefined;
2087
+ choices?: string[] | undefined;
2088
+ required?: boolean | undefined;
2089
+ description: string;
2090
+ flag: string & {
2091
+ readonly __kind: any;
2092
+ };
2093
+ } & {
2094
+ readonly __kind: any;
2095
+ }>[] | undefined;
2096
+ aliases?: (string & {
2097
+ readonly __kind: any;
2098
+ })[] | undefined;
2099
+ positionals?: ({
2100
+ type?: "string" | "number" | "boolean" | undefined;
2101
+ defaultValue?: string | number | boolean | undefined;
2102
+ required?: boolean | undefined;
2103
+ description: string;
2104
+ placeholder: string & {
2105
+ readonly __kind: any;
2106
+ };
2107
+ } & {
2108
+ readonly __kind: any;
2109
+ })[] | undefined;
2110
+ hidden?: boolean | undefined;
2111
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
2112
+ readonly __kind: any;
2113
+ }) | undefined;
2114
+ example?: string | undefined;
2115
+ description: string;
2116
+ task: string & {
2117
+ readonly __kind: any;
2118
+ };
2119
+ command: string & {
2120
+ readonly __kind: any;
2121
+ };
2122
+ handler: string;
2123
+ } & {
2124
+ readonly __kind: any;
2125
+ })[] | undefined;
2126
+ templates?: ({
2127
+ options?: _taqueria_protocol_Base.Flatten<{
2128
+ boolean?: boolean | undefined;
2129
+ type?: "string" | "number" | "boolean" | undefined;
2130
+ shortFlag?: (string & {
2131
+ readonly __kind: any;
2132
+ }) | undefined;
2133
+ defaultValue?: string | number | boolean | undefined;
2134
+ choices?: string[] | undefined;
2135
+ required?: boolean | undefined;
2136
+ description: string;
2137
+ flag: string & {
2138
+ readonly __kind: any;
2139
+ };
2140
+ } & {
2141
+ readonly __kind: any;
2142
+ }>[] | undefined;
2143
+ positionals?: ({
2144
+ type?: "string" | "number" | "boolean" | undefined;
2145
+ defaultValue?: string | number | boolean | undefined;
2146
+ required?: boolean | undefined;
2147
+ description: string;
2148
+ placeholder: string & {
2149
+ readonly __kind: any;
2150
+ };
2151
+ } & {
2152
+ readonly __kind: any;
2153
+ })[] | undefined;
2154
+ hidden?: boolean | undefined;
2155
+ description: string;
2156
+ template: string & {
2157
+ readonly __kind: any;
2158
+ };
2159
+ command: string & {
2160
+ readonly __kind: any;
2161
+ };
2162
+ handler: string;
2163
+ encoding: ("none" | "json" | "application/json" | undefined) & {
2164
+ readonly __kind: any;
2165
+ };
2166
+ } & {
2167
+ readonly __kind: any;
2168
+ })[] | undefined;
2169
+ name: string;
2170
+ schema: string & {
2171
+ readonly __kind: any;
2172
+ };
2173
+ version: string & {
2174
+ readonly __kind: any;
2175
+ };
2176
+ alias: string & {
2177
+ readonly __kind: any;
2178
+ };
2179
+ }> & {
2180
+ readonly __kind: any;
2181
+ })[];
2182
+ operations: Record<string, ({
2183
+ type: "npm" | "binary" | "deno";
2184
+ name: string;
2185
+ } & {
2186
+ readonly __kind: any;
2187
+ }) | ({
2188
+ description?: string | undefined;
2189
+ options?: _taqueria_protocol_Base.Flatten<{
2190
+ boolean?: boolean | undefined;
2191
+ type?: "string" | "number" | "boolean" | undefined;
2192
+ shortFlag?: (string & {
2193
+ readonly __kind: any;
2194
+ }) | undefined;
2195
+ defaultValue?: string | number | boolean | undefined;
2196
+ choices?: string[] | undefined;
2197
+ required?: boolean | undefined;
2198
+ description: string;
2199
+ flag: string & {
2200
+ readonly __kind: any;
2201
+ };
2202
+ } & {
2203
+ readonly __kind: any;
2204
+ }>[] | undefined;
2205
+ positionals?: ({
2206
+ type?: "string" | "number" | "boolean" | undefined;
2207
+ defaultValue?: string | number | boolean | undefined;
2208
+ required?: boolean | undefined;
2209
+ description: string;
2210
+ placeholder: string & {
2211
+ readonly __kind: any;
2212
+ };
2213
+ } & {
2214
+ readonly __kind: any;
2215
+ })[] | undefined;
2216
+ operation: string & {
2217
+ readonly __kind: any;
2218
+ };
2219
+ command: string & {
2220
+ readonly __kind: any;
2221
+ };
2222
+ } & {
2223
+ readonly __kind: any;
2224
+ })>;
2225
+ tasks: Record<string, ({
2226
+ type: "npm" | "binary" | "deno";
2227
+ name: string;
2228
+ } & {
2229
+ readonly __kind: any;
2230
+ }) | ({
2231
+ options?: _taqueria_protocol_Base.Flatten<{
2232
+ boolean?: boolean | undefined;
2233
+ type?: "string" | "number" | "boolean" | undefined;
2234
+ shortFlag?: (string & {
2235
+ readonly __kind: any;
2236
+ }) | undefined;
2237
+ defaultValue?: string | number | boolean | undefined;
2238
+ choices?: string[] | undefined;
2239
+ required?: boolean | undefined;
2240
+ description: string;
2241
+ flag: string & {
2242
+ readonly __kind: any;
2243
+ };
2244
+ } & {
2245
+ readonly __kind: any;
2246
+ }>[] | undefined;
2247
+ aliases?: (string & {
2248
+ readonly __kind: any;
2249
+ })[] | undefined;
2250
+ positionals?: ({
2251
+ type?: "string" | "number" | "boolean" | undefined;
2252
+ defaultValue?: string | number | boolean | undefined;
2253
+ required?: boolean | undefined;
2254
+ description: string;
2255
+ placeholder: string & {
2256
+ readonly __kind: any;
2257
+ };
2258
+ } & {
2259
+ readonly __kind: any;
2260
+ })[] | undefined;
2261
+ hidden?: boolean | undefined;
2262
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
2263
+ readonly __kind: any;
2264
+ }) | undefined;
2265
+ example?: string | undefined;
2266
+ description: string;
2267
+ task: string & {
2268
+ readonly __kind: any;
2269
+ };
2270
+ command: string & {
2271
+ readonly __kind: any;
2272
+ };
2273
+ handler: string;
2274
+ } & {
2275
+ readonly __kind: any;
2276
+ })>;
2277
+ build: string;
2278
+ templates: Record<string, ({
2279
+ type: "npm" | "binary" | "deno";
2280
+ name: string;
2281
+ } & {
2282
+ readonly __kind: any;
2283
+ }) | ({
2284
+ options?: _taqueria_protocol_Base.Flatten<{
2285
+ boolean?: boolean | undefined;
2286
+ type?: "string" | "number" | "boolean" | undefined;
2287
+ shortFlag?: (string & {
2288
+ readonly __kind: any;
2289
+ }) | undefined;
2290
+ defaultValue?: string | number | boolean | undefined;
2291
+ choices?: string[] | undefined;
2292
+ required?: boolean | undefined;
2293
+ description: string;
2294
+ flag: string & {
2295
+ readonly __kind: any;
2296
+ };
2297
+ } & {
2298
+ readonly __kind: any;
2299
+ }>[] | undefined;
2300
+ positionals?: ({
2301
+ type?: "string" | "number" | "boolean" | undefined;
2302
+ defaultValue?: string | number | boolean | undefined;
2303
+ required?: boolean | undefined;
2304
+ description: string;
2305
+ placeholder: string & {
2306
+ readonly __kind: any;
2307
+ };
2308
+ } & {
2309
+ readonly __kind: any;
2310
+ })[] | undefined;
2311
+ hidden?: boolean | undefined;
2312
+ description: string;
2313
+ template: string & {
2314
+ readonly __kind: any;
2315
+ };
2316
+ command: string & {
2317
+ readonly __kind: any;
2318
+ };
2319
+ handler: string;
2320
+ encoding: ("none" | "json" | "application/json" | undefined) & {
2321
+ readonly __kind: any;
2322
+ };
2323
+ } & {
2324
+ readonly __kind: any;
2325
+ })>;
2326
+ configHash: string;
2327
+ } & {
2328
+ readonly __kind: any;
2329
+ };
2330
+ };
2331
+ declare type EphemeralState = z.infer<typeof generatedSchemas.schema>;
2332
+ declare type t = EphemeralState;
2333
+ declare type TaskToPluginMap = z.infer<typeof taskToPluginMap>;
2334
+ declare type OpToPluginMap = z.infer<typeof operationToPluginMap>;
2335
+ declare type TemplateToPluginMap = z.infer<typeof templateToPluginMap>;
2336
+ declare const create: (input: {
2337
+ plugins: (_taqueria_protocol_Base.Flatten<{
2338
+ operations?: ({
2339
+ description?: string | undefined;
2340
+ options?: _taqueria_protocol_Base.Flatten<{
2341
+ boolean?: boolean | undefined;
2342
+ type?: "string" | "number" | "boolean" | undefined;
2343
+ shortFlag?: (string & {
2344
+ readonly __kind: any;
2345
+ }) | undefined;
2346
+ defaultValue?: string | number | boolean | undefined;
2347
+ choices?: string[] | undefined;
2348
+ required?: boolean | undefined;
2349
+ description: string;
2350
+ flag: string & {
2351
+ readonly __kind: any;
2352
+ };
2353
+ } & {
2354
+ readonly __kind: any;
2355
+ }>[] | undefined;
2356
+ positionals?: ({
2357
+ type?: "string" | "number" | "boolean" | undefined;
2358
+ defaultValue?: string | number | boolean | undefined;
2359
+ required?: boolean | undefined;
2360
+ description: string;
2361
+ placeholder: string & {
2362
+ readonly __kind: any;
2363
+ };
2364
+ } & {
2365
+ readonly __kind: any;
2366
+ })[] | undefined;
2367
+ operation: string & {
2368
+ readonly __kind: any;
2369
+ };
2370
+ command: string & {
2371
+ readonly __kind: any;
2372
+ };
2373
+ } & {
2374
+ readonly __kind: any;
2375
+ })[] | undefined;
2376
+ tasks?: ({
2377
+ options?: _taqueria_protocol_Base.Flatten<{
2378
+ boolean?: boolean | undefined;
2379
+ type?: "string" | "number" | "boolean" | undefined;
2380
+ shortFlag?: (string & {
2381
+ readonly __kind: any;
2382
+ }) | undefined;
2383
+ defaultValue?: string | number | boolean | undefined;
2384
+ choices?: string[] | undefined;
2385
+ required?: boolean | undefined;
2386
+ description: string;
2387
+ flag: string & {
2388
+ readonly __kind: any;
2389
+ };
2390
+ } & {
2391
+ readonly __kind: any;
2392
+ }>[] | undefined;
2393
+ aliases?: (string & {
2394
+ readonly __kind: any;
2395
+ })[] | undefined;
2396
+ positionals?: ({
2397
+ type?: "string" | "number" | "boolean" | undefined;
2398
+ defaultValue?: string | number | boolean | undefined;
2399
+ required?: boolean | undefined;
2400
+ description: string;
2401
+ placeholder: string & {
2402
+ readonly __kind: any;
2403
+ };
2404
+ } & {
2405
+ readonly __kind: any;
2406
+ })[] | undefined;
2407
+ hidden?: boolean | undefined;
2408
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
2409
+ readonly __kind: any;
2410
+ }) | undefined;
2411
+ example?: string | undefined;
2412
+ description: string;
2413
+ task: string & {
2414
+ readonly __kind: any;
2415
+ };
2416
+ command: string & {
2417
+ readonly __kind: any;
2418
+ };
2419
+ handler: string;
2420
+ } & {
2421
+ readonly __kind: any;
2422
+ })[] | undefined;
2423
+ templates?: ({
2424
+ options?: _taqueria_protocol_Base.Flatten<{
2425
+ boolean?: boolean | undefined;
2426
+ type?: "string" | "number" | "boolean" | undefined;
2427
+ shortFlag?: (string & {
2428
+ readonly __kind: any;
2429
+ }) | undefined;
2430
+ defaultValue?: string | number | boolean | undefined;
2431
+ choices?: string[] | undefined;
2432
+ required?: boolean | undefined;
2433
+ description: string;
2434
+ flag: string & {
2435
+ readonly __kind: any;
2436
+ };
2437
+ } & {
2438
+ readonly __kind: any;
2439
+ }>[] | undefined;
2440
+ positionals?: ({
2441
+ type?: "string" | "number" | "boolean" | undefined;
2442
+ defaultValue?: string | number | boolean | undefined;
2443
+ required?: boolean | undefined;
2444
+ description: string;
2445
+ placeholder: string & {
2446
+ readonly __kind: any;
2447
+ };
2448
+ } & {
2449
+ readonly __kind: any;
2450
+ })[] | undefined;
2451
+ hidden?: boolean | undefined;
2452
+ description: string;
2453
+ template: string & {
2454
+ readonly __kind: any;
2455
+ };
2456
+ command: string & {
2457
+ readonly __kind: any;
2458
+ };
2459
+ handler: string;
2460
+ encoding: ("none" | "json" | "application/json" | undefined) & {
2461
+ readonly __kind: any;
2462
+ };
2463
+ } & {
2464
+ readonly __kind: any;
2465
+ })[] | undefined;
2466
+ name: string;
2467
+ schema: string & {
2468
+ readonly __kind: any;
2469
+ };
2470
+ version: string & {
2471
+ readonly __kind: any;
2472
+ };
2473
+ alias: string & {
2474
+ readonly __kind: any;
2475
+ };
2476
+ }> & {
2477
+ readonly __kind: any;
2478
+ })[];
2479
+ operations: Record<string, ({
2480
+ type: "npm" | "binary" | "deno";
2481
+ name: string;
2482
+ } & {
2483
+ readonly __kind: any;
2484
+ }) | ({
2485
+ description?: string | undefined;
2486
+ options?: _taqueria_protocol_Base.Flatten<{
2487
+ boolean?: boolean | undefined;
2488
+ type?: "string" | "number" | "boolean" | undefined;
2489
+ shortFlag?: (string & {
2490
+ readonly __kind: any;
2491
+ }) | undefined;
2492
+ defaultValue?: string | number | boolean | undefined;
2493
+ choices?: string[] | undefined;
2494
+ required?: boolean | undefined;
2495
+ description: string;
2496
+ flag: string & {
2497
+ readonly __kind: any;
2498
+ };
2499
+ } & {
2500
+ readonly __kind: any;
2501
+ }>[] | undefined;
2502
+ positionals?: ({
2503
+ type?: "string" | "number" | "boolean" | undefined;
2504
+ defaultValue?: string | number | boolean | undefined;
2505
+ required?: boolean | undefined;
2506
+ description: string;
2507
+ placeholder: string & {
2508
+ readonly __kind: any;
2509
+ };
2510
+ } & {
2511
+ readonly __kind: any;
2512
+ })[] | undefined;
2513
+ operation: string & {
2514
+ readonly __kind: any;
2515
+ };
2516
+ command: string & {
2517
+ readonly __kind: any;
2518
+ };
2519
+ } & {
2520
+ readonly __kind: any;
2521
+ })>;
2522
+ tasks: Record<string, ({
2523
+ type: "npm" | "binary" | "deno";
2524
+ name: string;
2525
+ } & {
2526
+ readonly __kind: any;
2527
+ }) | ({
2528
+ options?: _taqueria_protocol_Base.Flatten<{
2529
+ boolean?: boolean | undefined;
2530
+ type?: "string" | "number" | "boolean" | undefined;
2531
+ shortFlag?: (string & {
2532
+ readonly __kind: any;
2533
+ }) | undefined;
2534
+ defaultValue?: string | number | boolean | undefined;
2535
+ choices?: string[] | undefined;
2536
+ required?: boolean | undefined;
2537
+ description: string;
2538
+ flag: string & {
2539
+ readonly __kind: any;
2540
+ };
2541
+ } & {
2542
+ readonly __kind: any;
2543
+ }>[] | undefined;
2544
+ aliases?: (string & {
2545
+ readonly __kind: any;
2546
+ })[] | undefined;
2547
+ positionals?: ({
2548
+ type?: "string" | "number" | "boolean" | undefined;
2549
+ defaultValue?: string | number | boolean | undefined;
2550
+ required?: boolean | undefined;
2551
+ description: string;
2552
+ placeholder: string & {
2553
+ readonly __kind: any;
2554
+ };
2555
+ } & {
2556
+ readonly __kind: any;
2557
+ })[] | undefined;
2558
+ hidden?: boolean | undefined;
2559
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
2560
+ readonly __kind: any;
2561
+ }) | undefined;
2562
+ example?: string | undefined;
2563
+ description: string;
2564
+ task: string & {
2565
+ readonly __kind: any;
2566
+ };
2567
+ command: string & {
2568
+ readonly __kind: any;
2569
+ };
2570
+ handler: string;
2571
+ } & {
2572
+ readonly __kind: any;
2573
+ })>;
2574
+ build: string;
2575
+ templates: Record<string, ({
2576
+ type: "npm" | "binary" | "deno";
2577
+ name: string;
2578
+ } & {
2579
+ readonly __kind: any;
2580
+ }) | ({
2581
+ options?: _taqueria_protocol_Base.Flatten<{
2582
+ boolean?: boolean | undefined;
2583
+ type?: "string" | "number" | "boolean" | undefined;
2584
+ shortFlag?: (string & {
2585
+ readonly __kind: any;
2586
+ }) | undefined;
2587
+ defaultValue?: string | number | boolean | undefined;
2588
+ choices?: string[] | undefined;
2589
+ required?: boolean | undefined;
2590
+ description: string;
2591
+ flag: string & {
2592
+ readonly __kind: any;
2593
+ };
2594
+ } & {
2595
+ readonly __kind: any;
2596
+ }>[] | undefined;
2597
+ positionals?: ({
2598
+ type?: "string" | "number" | "boolean" | undefined;
2599
+ defaultValue?: string | number | boolean | undefined;
2600
+ required?: boolean | undefined;
2601
+ description: string;
2602
+ placeholder: string & {
2603
+ readonly __kind: any;
2604
+ };
2605
+ } & {
2606
+ readonly __kind: any;
2607
+ })[] | undefined;
2608
+ hidden?: boolean | undefined;
2609
+ description: string;
2610
+ template: string & {
2611
+ readonly __kind: any;
2612
+ };
2613
+ command: string & {
2614
+ readonly __kind: any;
2615
+ };
2616
+ handler: string;
2617
+ encoding: ("none" | "json" | "application/json" | undefined) & {
2618
+ readonly __kind: any;
2619
+ };
2620
+ } & {
2621
+ readonly __kind: any;
2622
+ })>;
2623
+ configHash: string;
2624
+ }) => {
2625
+ plugins: (_taqueria_protocol_Base.Flatten<{
2626
+ operations?: ({
2627
+ description?: string | undefined;
2628
+ options?: _taqueria_protocol_Base.Flatten<{
2629
+ boolean?: boolean | undefined;
2630
+ type?: "string" | "number" | "boolean" | undefined;
2631
+ shortFlag?: (string & {
2632
+ readonly __kind: any;
2633
+ }) | undefined;
2634
+ defaultValue?: string | number | boolean | undefined;
2635
+ choices?: string[] | undefined;
2636
+ required?: boolean | undefined;
2637
+ description: string;
2638
+ flag: string & {
2639
+ readonly __kind: any;
2640
+ };
2641
+ } & {
2642
+ readonly __kind: any;
2643
+ }>[] | undefined;
2644
+ positionals?: ({
2645
+ type?: "string" | "number" | "boolean" | undefined;
2646
+ defaultValue?: string | number | boolean | undefined;
2647
+ required?: boolean | undefined;
2648
+ description: string;
2649
+ placeholder: string & {
2650
+ readonly __kind: any;
2651
+ };
2652
+ } & {
2653
+ readonly __kind: any;
2654
+ })[] | undefined;
2655
+ operation: string & {
2656
+ readonly __kind: any;
2657
+ };
2658
+ command: string & {
2659
+ readonly __kind: any;
2660
+ };
2661
+ } & {
2662
+ readonly __kind: any;
2663
+ })[] | undefined;
2664
+ tasks?: ({
2665
+ options?: _taqueria_protocol_Base.Flatten<{
2666
+ boolean?: boolean | undefined;
2667
+ type?: "string" | "number" | "boolean" | undefined;
2668
+ shortFlag?: (string & {
2669
+ readonly __kind: any;
2670
+ }) | undefined;
2671
+ defaultValue?: string | number | boolean | undefined;
2672
+ choices?: string[] | undefined;
2673
+ required?: boolean | undefined;
2674
+ description: string;
2675
+ flag: string & {
2676
+ readonly __kind: any;
2677
+ };
2678
+ } & {
2679
+ readonly __kind: any;
2680
+ }>[] | undefined;
2681
+ aliases?: (string & {
2682
+ readonly __kind: any;
2683
+ })[] | undefined;
2684
+ positionals?: ({
2685
+ type?: "string" | "number" | "boolean" | undefined;
2686
+ defaultValue?: string | number | boolean | undefined;
2687
+ required?: boolean | undefined;
2688
+ description: string;
2689
+ placeholder: string & {
2690
+ readonly __kind: any;
2691
+ };
2692
+ } & {
2693
+ readonly __kind: any;
2694
+ })[] | undefined;
2695
+ hidden?: boolean | undefined;
2696
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
2697
+ readonly __kind: any;
2698
+ }) | undefined;
2699
+ example?: string | undefined;
2700
+ description: string;
2701
+ task: string & {
2702
+ readonly __kind: any;
2703
+ };
2704
+ command: string & {
2705
+ readonly __kind: any;
2706
+ };
2707
+ handler: string;
2708
+ } & {
2709
+ readonly __kind: any;
2710
+ })[] | undefined;
2711
+ templates?: ({
2712
+ options?: _taqueria_protocol_Base.Flatten<{
2713
+ boolean?: boolean | undefined;
2714
+ type?: "string" | "number" | "boolean" | undefined;
2715
+ shortFlag?: (string & {
2716
+ readonly __kind: any;
2717
+ }) | undefined;
2718
+ defaultValue?: string | number | boolean | undefined;
2719
+ choices?: string[] | undefined;
2720
+ required?: boolean | undefined;
2721
+ description: string;
2722
+ flag: string & {
2723
+ readonly __kind: any;
2724
+ };
2725
+ } & {
2726
+ readonly __kind: any;
2727
+ }>[] | undefined;
2728
+ positionals?: ({
2729
+ type?: "string" | "number" | "boolean" | undefined;
2730
+ defaultValue?: string | number | boolean | undefined;
2731
+ required?: boolean | undefined;
2732
+ description: string;
2733
+ placeholder: string & {
2734
+ readonly __kind: any;
2735
+ };
2736
+ } & {
2737
+ readonly __kind: any;
2738
+ })[] | undefined;
2739
+ hidden?: boolean | undefined;
2740
+ description: string;
2741
+ template: string & {
2742
+ readonly __kind: any;
2743
+ };
2744
+ command: string & {
2745
+ readonly __kind: any;
2746
+ };
2747
+ handler: string;
2748
+ encoding: ("none" | "json" | "application/json" | undefined) & {
2749
+ readonly __kind: any;
2750
+ };
2751
+ } & {
2752
+ readonly __kind: any;
2753
+ })[] | undefined;
2754
+ name: string;
2755
+ schema: string & {
2756
+ readonly __kind: any;
2757
+ };
2758
+ version: string & {
2759
+ readonly __kind: any;
2760
+ };
2761
+ alias: string & {
2762
+ readonly __kind: any;
2763
+ };
2764
+ }> & {
2765
+ readonly __kind: any;
2766
+ })[];
2767
+ operations: Record<string, ({
2768
+ type: "npm" | "binary" | "deno";
2769
+ name: string;
2770
+ } & {
2771
+ readonly __kind: any;
2772
+ }) | ({
2773
+ description?: string | undefined;
2774
+ options?: _taqueria_protocol_Base.Flatten<{
2775
+ boolean?: boolean | undefined;
2776
+ type?: "string" | "number" | "boolean" | undefined;
2777
+ shortFlag?: (string & {
2778
+ readonly __kind: any;
2779
+ }) | undefined;
2780
+ defaultValue?: string | number | boolean | undefined;
2781
+ choices?: string[] | undefined;
2782
+ required?: boolean | undefined;
2783
+ description: string;
2784
+ flag: string & {
2785
+ readonly __kind: any;
2786
+ };
2787
+ } & {
2788
+ readonly __kind: any;
2789
+ }>[] | undefined;
2790
+ positionals?: ({
2791
+ type?: "string" | "number" | "boolean" | undefined;
2792
+ defaultValue?: string | number | boolean | undefined;
2793
+ required?: boolean | undefined;
2794
+ description: string;
2795
+ placeholder: string & {
2796
+ readonly __kind: any;
2797
+ };
2798
+ } & {
2799
+ readonly __kind: any;
2800
+ })[] | undefined;
2801
+ operation: string & {
2802
+ readonly __kind: any;
2803
+ };
2804
+ command: string & {
2805
+ readonly __kind: any;
2806
+ };
2807
+ } & {
2808
+ readonly __kind: any;
2809
+ })>;
2810
+ tasks: Record<string, ({
2811
+ type: "npm" | "binary" | "deno";
2812
+ name: string;
2813
+ } & {
2814
+ readonly __kind: any;
2815
+ }) | ({
2816
+ options?: _taqueria_protocol_Base.Flatten<{
2817
+ boolean?: boolean | undefined;
2818
+ type?: "string" | "number" | "boolean" | undefined;
2819
+ shortFlag?: (string & {
2820
+ readonly __kind: any;
2821
+ }) | undefined;
2822
+ defaultValue?: string | number | boolean | undefined;
2823
+ choices?: string[] | undefined;
2824
+ required?: boolean | undefined;
2825
+ description: string;
2826
+ flag: string & {
2827
+ readonly __kind: any;
2828
+ };
2829
+ } & {
2830
+ readonly __kind: any;
2831
+ }>[] | undefined;
2832
+ aliases?: (string & {
2833
+ readonly __kind: any;
2834
+ })[] | undefined;
2835
+ positionals?: ({
2836
+ type?: "string" | "number" | "boolean" | undefined;
2837
+ defaultValue?: string | number | boolean | undefined;
2838
+ required?: boolean | undefined;
2839
+ description: string;
2840
+ placeholder: string & {
2841
+ readonly __kind: any;
2842
+ };
2843
+ } & {
2844
+ readonly __kind: any;
2845
+ })[] | undefined;
2846
+ hidden?: boolean | undefined;
2847
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
2848
+ readonly __kind: any;
2849
+ }) | undefined;
2850
+ example?: string | undefined;
2851
+ description: string;
2852
+ task: string & {
2853
+ readonly __kind: any;
2854
+ };
2855
+ command: string & {
2856
+ readonly __kind: any;
2857
+ };
2858
+ handler: string;
2859
+ } & {
2860
+ readonly __kind: any;
2861
+ })>;
2862
+ build: string;
2863
+ templates: Record<string, ({
2864
+ type: "npm" | "binary" | "deno";
2865
+ name: string;
2866
+ } & {
2867
+ readonly __kind: any;
2868
+ }) | ({
2869
+ options?: _taqueria_protocol_Base.Flatten<{
2870
+ boolean?: boolean | undefined;
2871
+ type?: "string" | "number" | "boolean" | undefined;
2872
+ shortFlag?: (string & {
2873
+ readonly __kind: any;
2874
+ }) | undefined;
2875
+ defaultValue?: string | number | boolean | undefined;
2876
+ choices?: string[] | undefined;
2877
+ required?: boolean | undefined;
2878
+ description: string;
2879
+ flag: string & {
2880
+ readonly __kind: any;
2881
+ };
2882
+ } & {
2883
+ readonly __kind: any;
2884
+ }>[] | undefined;
2885
+ positionals?: ({
2886
+ type?: "string" | "number" | "boolean" | undefined;
2887
+ defaultValue?: string | number | boolean | undefined;
2888
+ required?: boolean | undefined;
2889
+ description: string;
2890
+ placeholder: string & {
2891
+ readonly __kind: any;
2892
+ };
2893
+ } & {
2894
+ readonly __kind: any;
2895
+ })[] | undefined;
2896
+ hidden?: boolean | undefined;
2897
+ description: string;
2898
+ template: string & {
2899
+ readonly __kind: any;
2900
+ };
2901
+ command: string & {
2902
+ readonly __kind: any;
2903
+ };
2904
+ handler: string;
2905
+ encoding: ("none" | "json" | "application/json" | undefined) & {
2906
+ readonly __kind: any;
2907
+ };
2908
+ } & {
2909
+ readonly __kind: any;
2910
+ })>;
2911
+ configHash: string;
2912
+ } & {
2913
+ readonly __kind: any;
2914
+ };
2915
+ declare const of: (input: unknown) => FutureInstance<TaqError, {
2916
+ plugins: (_taqueria_protocol_Base.Flatten<{
2917
+ operations?: ({
2918
+ description?: string | undefined;
2919
+ options?: _taqueria_protocol_Base.Flatten<{
2920
+ boolean?: boolean | undefined;
2921
+ type?: "string" | "number" | "boolean" | undefined;
2922
+ shortFlag?: (string & {
2923
+ readonly __kind: any;
2924
+ }) | undefined;
2925
+ defaultValue?: string | number | boolean | undefined;
2926
+ choices?: string[] | undefined;
2927
+ required?: boolean | undefined;
2928
+ description: string;
2929
+ flag: string & {
2930
+ readonly __kind: any;
2931
+ };
2932
+ } & {
2933
+ readonly __kind: any;
2934
+ }>[] | undefined;
2935
+ positionals?: ({
2936
+ type?: "string" | "number" | "boolean" | undefined;
2937
+ defaultValue?: string | number | boolean | undefined;
2938
+ required?: boolean | undefined;
2939
+ description: string;
2940
+ placeholder: string & {
2941
+ readonly __kind: any;
2942
+ };
2943
+ } & {
2944
+ readonly __kind: any;
2945
+ })[] | undefined;
2946
+ operation: string & {
2947
+ readonly __kind: any;
2948
+ };
2949
+ command: string & {
2950
+ readonly __kind: any;
2951
+ };
2952
+ } & {
2953
+ readonly __kind: any;
2954
+ })[] | undefined;
2955
+ tasks?: ({
2956
+ options?: _taqueria_protocol_Base.Flatten<{
2957
+ boolean?: boolean | undefined;
2958
+ type?: "string" | "number" | "boolean" | undefined;
2959
+ shortFlag?: (string & {
2960
+ readonly __kind: any;
2961
+ }) | undefined;
2962
+ defaultValue?: string | number | boolean | undefined;
2963
+ choices?: string[] | undefined;
2964
+ required?: boolean | undefined;
2965
+ description: string;
2966
+ flag: string & {
2967
+ readonly __kind: any;
2968
+ };
2969
+ } & {
2970
+ readonly __kind: any;
2971
+ }>[] | undefined;
2972
+ aliases?: (string & {
2973
+ readonly __kind: any;
2974
+ })[] | undefined;
2975
+ positionals?: ({
2976
+ type?: "string" | "number" | "boolean" | undefined;
2977
+ defaultValue?: string | number | boolean | undefined;
2978
+ required?: boolean | undefined;
2979
+ description: string;
2980
+ placeholder: string & {
2981
+ readonly __kind: any;
2982
+ };
2983
+ } & {
2984
+ readonly __kind: any;
2985
+ })[] | undefined;
2986
+ hidden?: boolean | undefined;
2987
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
2988
+ readonly __kind: any;
2989
+ }) | undefined;
2990
+ example?: string | undefined;
2991
+ description: string;
2992
+ task: string & {
2993
+ readonly __kind: any;
2994
+ };
2995
+ command: string & {
2996
+ readonly __kind: any;
2997
+ };
2998
+ handler: string;
2999
+ } & {
3000
+ readonly __kind: any;
3001
+ })[] | undefined;
3002
+ templates?: ({
3003
+ options?: _taqueria_protocol_Base.Flatten<{
3004
+ boolean?: boolean | undefined;
3005
+ type?: "string" | "number" | "boolean" | undefined;
3006
+ shortFlag?: (string & {
3007
+ readonly __kind: any;
3008
+ }) | undefined;
3009
+ defaultValue?: string | number | boolean | undefined;
3010
+ choices?: string[] | undefined;
3011
+ required?: boolean | undefined;
3012
+ description: string;
3013
+ flag: string & {
3014
+ readonly __kind: any;
3015
+ };
3016
+ } & {
3017
+ readonly __kind: any;
3018
+ }>[] | undefined;
3019
+ positionals?: ({
3020
+ type?: "string" | "number" | "boolean" | undefined;
3021
+ defaultValue?: string | number | boolean | undefined;
3022
+ required?: boolean | undefined;
3023
+ description: string;
3024
+ placeholder: string & {
3025
+ readonly __kind: any;
3026
+ };
3027
+ } & {
3028
+ readonly __kind: any;
3029
+ })[] | undefined;
3030
+ hidden?: boolean | undefined;
3031
+ description: string;
3032
+ template: string & {
3033
+ readonly __kind: any;
3034
+ };
3035
+ command: string & {
3036
+ readonly __kind: any;
3037
+ };
3038
+ handler: string;
3039
+ encoding: ("none" | "json" | "application/json" | undefined) & {
3040
+ readonly __kind: any;
3041
+ };
3042
+ } & {
3043
+ readonly __kind: any;
3044
+ })[] | undefined;
3045
+ name: string;
3046
+ schema: string & {
3047
+ readonly __kind: any;
3048
+ };
3049
+ version: string & {
3050
+ readonly __kind: any;
3051
+ };
3052
+ alias: string & {
3053
+ readonly __kind: any;
3054
+ };
3055
+ }> & {
3056
+ readonly __kind: any;
3057
+ })[];
3058
+ operations: Record<string, ({
3059
+ type: "npm" | "binary" | "deno";
3060
+ name: string;
3061
+ } & {
3062
+ readonly __kind: any;
3063
+ }) | ({
3064
+ description?: string | undefined;
3065
+ options?: _taqueria_protocol_Base.Flatten<{
3066
+ boolean?: boolean | undefined;
3067
+ type?: "string" | "number" | "boolean" | undefined;
3068
+ shortFlag?: (string & {
3069
+ readonly __kind: any;
3070
+ }) | undefined;
3071
+ defaultValue?: string | number | boolean | undefined;
3072
+ choices?: string[] | undefined;
3073
+ required?: boolean | undefined;
3074
+ description: string;
3075
+ flag: string & {
3076
+ readonly __kind: any;
3077
+ };
3078
+ } & {
3079
+ readonly __kind: any;
3080
+ }>[] | undefined;
3081
+ positionals?: ({
3082
+ type?: "string" | "number" | "boolean" | undefined;
3083
+ defaultValue?: string | number | boolean | undefined;
3084
+ required?: boolean | undefined;
3085
+ description: string;
3086
+ placeholder: string & {
3087
+ readonly __kind: any;
3088
+ };
3089
+ } & {
3090
+ readonly __kind: any;
3091
+ })[] | undefined;
3092
+ operation: string & {
3093
+ readonly __kind: any;
3094
+ };
3095
+ command: string & {
3096
+ readonly __kind: any;
3097
+ };
3098
+ } & {
3099
+ readonly __kind: any;
3100
+ })>;
3101
+ tasks: Record<string, ({
3102
+ type: "npm" | "binary" | "deno";
3103
+ name: string;
3104
+ } & {
3105
+ readonly __kind: any;
3106
+ }) | ({
3107
+ options?: _taqueria_protocol_Base.Flatten<{
3108
+ boolean?: boolean | undefined;
3109
+ type?: "string" | "number" | "boolean" | undefined;
3110
+ shortFlag?: (string & {
3111
+ readonly __kind: any;
3112
+ }) | undefined;
3113
+ defaultValue?: string | number | boolean | undefined;
3114
+ choices?: string[] | undefined;
3115
+ required?: boolean | undefined;
3116
+ description: string;
3117
+ flag: string & {
3118
+ readonly __kind: any;
3119
+ };
3120
+ } & {
3121
+ readonly __kind: any;
3122
+ }>[] | undefined;
3123
+ aliases?: (string & {
3124
+ readonly __kind: any;
3125
+ })[] | undefined;
3126
+ positionals?: ({
3127
+ type?: "string" | "number" | "boolean" | undefined;
3128
+ defaultValue?: string | number | boolean | undefined;
3129
+ required?: boolean | undefined;
3130
+ description: string;
3131
+ placeholder: string & {
3132
+ readonly __kind: any;
3133
+ };
3134
+ } & {
3135
+ readonly __kind: any;
3136
+ })[] | undefined;
3137
+ hidden?: boolean | undefined;
3138
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
3139
+ readonly __kind: any;
3140
+ }) | undefined;
3141
+ example?: string | undefined;
3142
+ description: string;
3143
+ task: string & {
3144
+ readonly __kind: any;
3145
+ };
3146
+ command: string & {
3147
+ readonly __kind: any;
3148
+ };
3149
+ handler: string;
3150
+ } & {
3151
+ readonly __kind: any;
3152
+ })>;
3153
+ build: string;
3154
+ templates: Record<string, ({
3155
+ type: "npm" | "binary" | "deno";
3156
+ name: string;
3157
+ } & {
3158
+ readonly __kind: any;
3159
+ }) | ({
3160
+ options?: _taqueria_protocol_Base.Flatten<{
3161
+ boolean?: boolean | undefined;
3162
+ type?: "string" | "number" | "boolean" | undefined;
3163
+ shortFlag?: (string & {
3164
+ readonly __kind: any;
3165
+ }) | undefined;
3166
+ defaultValue?: string | number | boolean | undefined;
3167
+ choices?: string[] | undefined;
3168
+ required?: boolean | undefined;
3169
+ description: string;
3170
+ flag: string & {
3171
+ readonly __kind: any;
3172
+ };
3173
+ } & {
3174
+ readonly __kind: any;
3175
+ }>[] | undefined;
3176
+ positionals?: ({
3177
+ type?: "string" | "number" | "boolean" | undefined;
3178
+ defaultValue?: string | number | boolean | undefined;
3179
+ required?: boolean | undefined;
3180
+ description: string;
3181
+ placeholder: string & {
3182
+ readonly __kind: any;
3183
+ };
3184
+ } & {
3185
+ readonly __kind: any;
3186
+ })[] | undefined;
3187
+ hidden?: boolean | undefined;
3188
+ description: string;
3189
+ template: string & {
3190
+ readonly __kind: any;
3191
+ };
3192
+ command: string & {
3193
+ readonly __kind: any;
3194
+ };
3195
+ handler: string;
3196
+ encoding: ("none" | "json" | "application/json" | undefined) & {
3197
+ readonly __kind: any;
3198
+ };
3199
+ } & {
3200
+ readonly __kind: any;
3201
+ })>;
3202
+ configHash: string;
3203
+ } & {
3204
+ readonly __kind: any;
3205
+ }>;
3206
+ declare const make: (input: {
3207
+ plugins: (_taqueria_protocol_Base.Flatten<{
3208
+ operations?: ({
3209
+ description?: string | undefined;
3210
+ options?: _taqueria_protocol_Base.Flatten<{
3211
+ boolean?: boolean | undefined;
3212
+ type?: "string" | "number" | "boolean" | undefined;
3213
+ shortFlag?: (string & {
3214
+ readonly __kind: any;
3215
+ }) | undefined;
3216
+ defaultValue?: string | number | boolean | undefined;
3217
+ choices?: string[] | undefined;
3218
+ required?: boolean | undefined;
3219
+ description: string;
3220
+ flag: string & {
3221
+ readonly __kind: any;
3222
+ };
3223
+ } & {
3224
+ readonly __kind: any;
3225
+ }>[] | undefined;
3226
+ positionals?: ({
3227
+ type?: "string" | "number" | "boolean" | undefined;
3228
+ defaultValue?: string | number | boolean | undefined;
3229
+ required?: boolean | undefined;
3230
+ description: string;
3231
+ placeholder: string & {
3232
+ readonly __kind: any;
3233
+ };
3234
+ } & {
3235
+ readonly __kind: any;
3236
+ })[] | undefined;
3237
+ operation: string & {
3238
+ readonly __kind: any;
3239
+ };
3240
+ command: string & {
3241
+ readonly __kind: any;
3242
+ };
3243
+ } & {
3244
+ readonly __kind: any;
3245
+ })[] | undefined;
3246
+ tasks?: ({
3247
+ options?: _taqueria_protocol_Base.Flatten<{
3248
+ boolean?: boolean | undefined;
3249
+ type?: "string" | "number" | "boolean" | undefined;
3250
+ shortFlag?: (string & {
3251
+ readonly __kind: any;
3252
+ }) | undefined;
3253
+ defaultValue?: string | number | boolean | undefined;
3254
+ choices?: string[] | undefined;
3255
+ required?: boolean | undefined;
3256
+ description: string;
3257
+ flag: string & {
3258
+ readonly __kind: any;
3259
+ };
3260
+ } & {
3261
+ readonly __kind: any;
3262
+ }>[] | undefined;
3263
+ aliases?: (string & {
3264
+ readonly __kind: any;
3265
+ })[] | undefined;
3266
+ positionals?: ({
3267
+ type?: "string" | "number" | "boolean" | undefined;
3268
+ defaultValue?: string | number | boolean | undefined;
3269
+ required?: boolean | undefined;
3270
+ description: string;
3271
+ placeholder: string & {
3272
+ readonly __kind: any;
3273
+ };
3274
+ } & {
3275
+ readonly __kind: any;
3276
+ })[] | undefined;
3277
+ hidden?: boolean | undefined;
3278
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
3279
+ readonly __kind: any;
3280
+ }) | undefined;
3281
+ example?: string | undefined;
3282
+ description: string;
3283
+ task: string & {
3284
+ readonly __kind: any;
3285
+ };
3286
+ command: string & {
3287
+ readonly __kind: any;
3288
+ };
3289
+ handler: string;
3290
+ } & {
3291
+ readonly __kind: any;
3292
+ })[] | undefined;
3293
+ templates?: ({
3294
+ options?: _taqueria_protocol_Base.Flatten<{
3295
+ boolean?: boolean | undefined;
3296
+ type?: "string" | "number" | "boolean" | undefined;
3297
+ shortFlag?: (string & {
3298
+ readonly __kind: any;
3299
+ }) | undefined;
3300
+ defaultValue?: string | number | boolean | undefined;
3301
+ choices?: string[] | undefined;
3302
+ required?: boolean | undefined;
3303
+ description: string;
3304
+ flag: string & {
3305
+ readonly __kind: any;
3306
+ };
3307
+ } & {
3308
+ readonly __kind: any;
3309
+ }>[] | undefined;
3310
+ positionals?: ({
3311
+ type?: "string" | "number" | "boolean" | undefined;
3312
+ defaultValue?: string | number | boolean | undefined;
3313
+ required?: boolean | undefined;
3314
+ description: string;
3315
+ placeholder: string & {
3316
+ readonly __kind: any;
3317
+ };
3318
+ } & {
3319
+ readonly __kind: any;
3320
+ })[] | undefined;
3321
+ hidden?: boolean | undefined;
3322
+ description: string;
3323
+ template: string & {
3324
+ readonly __kind: any;
3325
+ };
3326
+ command: string & {
3327
+ readonly __kind: any;
3328
+ };
3329
+ handler: string;
3330
+ encoding: ("none" | "json" | "application/json" | undefined) & {
3331
+ readonly __kind: any;
3332
+ };
3333
+ } & {
3334
+ readonly __kind: any;
3335
+ })[] | undefined;
3336
+ name: string;
3337
+ schema: string & {
3338
+ readonly __kind: any;
3339
+ };
3340
+ version: string & {
3341
+ readonly __kind: any;
3342
+ };
3343
+ alias: string & {
3344
+ readonly __kind: any;
3345
+ };
3346
+ }> & {
3347
+ readonly __kind: any;
3348
+ })[];
3349
+ operations: Record<string, ({
3350
+ type: "npm" | "binary" | "deno";
3351
+ name: string;
3352
+ } & {
3353
+ readonly __kind: any;
3354
+ }) | ({
3355
+ description?: string | undefined;
3356
+ options?: _taqueria_protocol_Base.Flatten<{
3357
+ boolean?: boolean | undefined;
3358
+ type?: "string" | "number" | "boolean" | undefined;
3359
+ shortFlag?: (string & {
3360
+ readonly __kind: any;
3361
+ }) | undefined;
3362
+ defaultValue?: string | number | boolean | undefined;
3363
+ choices?: string[] | undefined;
3364
+ required?: boolean | undefined;
3365
+ description: string;
3366
+ flag: string & {
3367
+ readonly __kind: any;
3368
+ };
3369
+ } & {
3370
+ readonly __kind: any;
3371
+ }>[] | undefined;
3372
+ positionals?: ({
3373
+ type?: "string" | "number" | "boolean" | undefined;
3374
+ defaultValue?: string | number | boolean | undefined;
3375
+ required?: boolean | undefined;
3376
+ description: string;
3377
+ placeholder: string & {
3378
+ readonly __kind: any;
3379
+ };
3380
+ } & {
3381
+ readonly __kind: any;
3382
+ })[] | undefined;
3383
+ operation: string & {
3384
+ readonly __kind: any;
3385
+ };
3386
+ command: string & {
3387
+ readonly __kind: any;
3388
+ };
3389
+ } & {
3390
+ readonly __kind: any;
3391
+ })>;
3392
+ tasks: Record<string, ({
3393
+ type: "npm" | "binary" | "deno";
3394
+ name: string;
3395
+ } & {
3396
+ readonly __kind: any;
3397
+ }) | ({
3398
+ options?: _taqueria_protocol_Base.Flatten<{
3399
+ boolean?: boolean | undefined;
3400
+ type?: "string" | "number" | "boolean" | undefined;
3401
+ shortFlag?: (string & {
3402
+ readonly __kind: any;
3403
+ }) | undefined;
3404
+ defaultValue?: string | number | boolean | undefined;
3405
+ choices?: string[] | undefined;
3406
+ required?: boolean | undefined;
3407
+ description: string;
3408
+ flag: string & {
3409
+ readonly __kind: any;
3410
+ };
3411
+ } & {
3412
+ readonly __kind: any;
3413
+ }>[] | undefined;
3414
+ aliases?: (string & {
3415
+ readonly __kind: any;
3416
+ })[] | undefined;
3417
+ positionals?: ({
3418
+ type?: "string" | "number" | "boolean" | undefined;
3419
+ defaultValue?: string | number | boolean | undefined;
3420
+ required?: boolean | undefined;
3421
+ description: string;
3422
+ placeholder: string & {
3423
+ readonly __kind: any;
3424
+ };
3425
+ } & {
3426
+ readonly __kind: any;
3427
+ })[] | undefined;
3428
+ hidden?: boolean | undefined;
3429
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
3430
+ readonly __kind: any;
3431
+ }) | undefined;
3432
+ example?: string | undefined;
3433
+ description: string;
3434
+ task: string & {
3435
+ readonly __kind: any;
3436
+ };
3437
+ command: string & {
3438
+ readonly __kind: any;
3439
+ };
3440
+ handler: string;
3441
+ } & {
3442
+ readonly __kind: any;
3443
+ })>;
3444
+ build: string;
3445
+ templates: Record<string, ({
3446
+ type: "npm" | "binary" | "deno";
3447
+ name: string;
3448
+ } & {
3449
+ readonly __kind: any;
3450
+ }) | ({
3451
+ options?: _taqueria_protocol_Base.Flatten<{
3452
+ boolean?: boolean | undefined;
3453
+ type?: "string" | "number" | "boolean" | undefined;
3454
+ shortFlag?: (string & {
3455
+ readonly __kind: any;
3456
+ }) | undefined;
3457
+ defaultValue?: string | number | boolean | undefined;
3458
+ choices?: string[] | undefined;
3459
+ required?: boolean | undefined;
3460
+ description: string;
3461
+ flag: string & {
3462
+ readonly __kind: any;
3463
+ };
3464
+ } & {
3465
+ readonly __kind: any;
3466
+ }>[] | undefined;
3467
+ positionals?: ({
3468
+ type?: "string" | "number" | "boolean" | undefined;
3469
+ defaultValue?: string | number | boolean | undefined;
3470
+ required?: boolean | undefined;
3471
+ description: string;
3472
+ placeholder: string & {
3473
+ readonly __kind: any;
3474
+ };
3475
+ } & {
3476
+ readonly __kind: any;
3477
+ })[] | undefined;
3478
+ hidden?: boolean | undefined;
3479
+ description: string;
3480
+ template: string & {
3481
+ readonly __kind: any;
3482
+ };
3483
+ command: string & {
3484
+ readonly __kind: any;
3485
+ };
3486
+ handler: string;
3487
+ encoding: ("none" | "json" | "application/json" | undefined) & {
3488
+ readonly __kind: any;
3489
+ };
3490
+ } & {
3491
+ readonly __kind: any;
3492
+ })>;
3493
+ configHash: string;
3494
+ }) => FutureInstance<TaqError, {
3495
+ plugins: (_taqueria_protocol_Base.Flatten<{
3496
+ operations?: ({
3497
+ description?: string | undefined;
3498
+ options?: _taqueria_protocol_Base.Flatten<{
3499
+ boolean?: boolean | undefined;
3500
+ type?: "string" | "number" | "boolean" | undefined;
3501
+ shortFlag?: (string & {
3502
+ readonly __kind: any;
3503
+ }) | undefined;
3504
+ defaultValue?: string | number | boolean | undefined;
3505
+ choices?: string[] | undefined;
3506
+ required?: boolean | undefined;
3507
+ description: string;
3508
+ flag: string & {
3509
+ readonly __kind: any;
3510
+ };
3511
+ } & {
3512
+ readonly __kind: any;
3513
+ }>[] | undefined;
3514
+ positionals?: ({
3515
+ type?: "string" | "number" | "boolean" | undefined;
3516
+ defaultValue?: string | number | boolean | undefined;
3517
+ required?: boolean | undefined;
3518
+ description: string;
3519
+ placeholder: string & {
3520
+ readonly __kind: any;
3521
+ };
3522
+ } & {
3523
+ readonly __kind: any;
3524
+ })[] | undefined;
3525
+ operation: string & {
3526
+ readonly __kind: any;
3527
+ };
3528
+ command: string & {
3529
+ readonly __kind: any;
3530
+ };
3531
+ } & {
3532
+ readonly __kind: any;
3533
+ })[] | undefined;
3534
+ tasks?: ({
3535
+ options?: _taqueria_protocol_Base.Flatten<{
3536
+ boolean?: boolean | undefined;
3537
+ type?: "string" | "number" | "boolean" | undefined;
3538
+ shortFlag?: (string & {
3539
+ readonly __kind: any;
3540
+ }) | undefined;
3541
+ defaultValue?: string | number | boolean | undefined;
3542
+ choices?: string[] | undefined;
3543
+ required?: boolean | undefined;
3544
+ description: string;
3545
+ flag: string & {
3546
+ readonly __kind: any;
3547
+ };
3548
+ } & {
3549
+ readonly __kind: any;
3550
+ }>[] | undefined;
3551
+ aliases?: (string & {
3552
+ readonly __kind: any;
3553
+ })[] | undefined;
3554
+ positionals?: ({
3555
+ type?: "string" | "number" | "boolean" | undefined;
3556
+ defaultValue?: string | number | boolean | undefined;
3557
+ required?: boolean | undefined;
3558
+ description: string;
3559
+ placeholder: string & {
3560
+ readonly __kind: any;
3561
+ };
3562
+ } & {
3563
+ readonly __kind: any;
3564
+ })[] | undefined;
3565
+ hidden?: boolean | undefined;
3566
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
3567
+ readonly __kind: any;
3568
+ }) | undefined;
3569
+ example?: string | undefined;
3570
+ description: string;
3571
+ task: string & {
3572
+ readonly __kind: any;
3573
+ };
3574
+ command: string & {
3575
+ readonly __kind: any;
3576
+ };
3577
+ handler: string;
3578
+ } & {
3579
+ readonly __kind: any;
3580
+ })[] | undefined;
3581
+ templates?: ({
3582
+ options?: _taqueria_protocol_Base.Flatten<{
3583
+ boolean?: boolean | undefined;
3584
+ type?: "string" | "number" | "boolean" | undefined;
3585
+ shortFlag?: (string & {
3586
+ readonly __kind: any;
3587
+ }) | undefined;
3588
+ defaultValue?: string | number | boolean | undefined;
3589
+ choices?: string[] | undefined;
3590
+ required?: boolean | undefined;
3591
+ description: string;
3592
+ flag: string & {
3593
+ readonly __kind: any;
3594
+ };
3595
+ } & {
3596
+ readonly __kind: any;
3597
+ }>[] | undefined;
3598
+ positionals?: ({
3599
+ type?: "string" | "number" | "boolean" | undefined;
3600
+ defaultValue?: string | number | boolean | undefined;
3601
+ required?: boolean | undefined;
3602
+ description: string;
3603
+ placeholder: string & {
3604
+ readonly __kind: any;
3605
+ };
3606
+ } & {
3607
+ readonly __kind: any;
3608
+ })[] | undefined;
3609
+ hidden?: boolean | undefined;
3610
+ description: string;
3611
+ template: string & {
3612
+ readonly __kind: any;
3613
+ };
3614
+ command: string & {
3615
+ readonly __kind: any;
3616
+ };
3617
+ handler: string;
3618
+ encoding: ("none" | "json" | "application/json" | undefined) & {
3619
+ readonly __kind: any;
3620
+ };
3621
+ } & {
3622
+ readonly __kind: any;
3623
+ })[] | undefined;
3624
+ name: string;
3625
+ schema: string & {
3626
+ readonly __kind: any;
3627
+ };
3628
+ version: string & {
3629
+ readonly __kind: any;
3630
+ };
3631
+ alias: string & {
3632
+ readonly __kind: any;
3633
+ };
3634
+ }> & {
3635
+ readonly __kind: any;
3636
+ })[];
3637
+ operations: Record<string, ({
3638
+ type: "npm" | "binary" | "deno";
3639
+ name: string;
3640
+ } & {
3641
+ readonly __kind: any;
3642
+ }) | ({
3643
+ description?: string | undefined;
3644
+ options?: _taqueria_protocol_Base.Flatten<{
3645
+ boolean?: boolean | undefined;
3646
+ type?: "string" | "number" | "boolean" | undefined;
3647
+ shortFlag?: (string & {
3648
+ readonly __kind: any;
3649
+ }) | undefined;
3650
+ defaultValue?: string | number | boolean | undefined;
3651
+ choices?: string[] | undefined;
3652
+ required?: boolean | undefined;
3653
+ description: string;
3654
+ flag: string & {
3655
+ readonly __kind: any;
3656
+ };
3657
+ } & {
3658
+ readonly __kind: any;
3659
+ }>[] | undefined;
3660
+ positionals?: ({
3661
+ type?: "string" | "number" | "boolean" | undefined;
3662
+ defaultValue?: string | number | boolean | undefined;
3663
+ required?: boolean | undefined;
3664
+ description: string;
3665
+ placeholder: string & {
3666
+ readonly __kind: any;
3667
+ };
3668
+ } & {
3669
+ readonly __kind: any;
3670
+ })[] | undefined;
3671
+ operation: string & {
3672
+ readonly __kind: any;
3673
+ };
3674
+ command: string & {
3675
+ readonly __kind: any;
3676
+ };
3677
+ } & {
3678
+ readonly __kind: any;
3679
+ })>;
3680
+ tasks: Record<string, ({
3681
+ type: "npm" | "binary" | "deno";
3682
+ name: string;
3683
+ } & {
3684
+ readonly __kind: any;
3685
+ }) | ({
3686
+ options?: _taqueria_protocol_Base.Flatten<{
3687
+ boolean?: boolean | undefined;
3688
+ type?: "string" | "number" | "boolean" | undefined;
3689
+ shortFlag?: (string & {
3690
+ readonly __kind: any;
3691
+ }) | undefined;
3692
+ defaultValue?: string | number | boolean | undefined;
3693
+ choices?: string[] | undefined;
3694
+ required?: boolean | undefined;
3695
+ description: string;
3696
+ flag: string & {
3697
+ readonly __kind: any;
3698
+ };
3699
+ } & {
3700
+ readonly __kind: any;
3701
+ }>[] | undefined;
3702
+ aliases?: (string & {
3703
+ readonly __kind: any;
3704
+ })[] | undefined;
3705
+ positionals?: ({
3706
+ type?: "string" | "number" | "boolean" | undefined;
3707
+ defaultValue?: string | number | boolean | undefined;
3708
+ required?: boolean | undefined;
3709
+ description: string;
3710
+ placeholder: string & {
3711
+ readonly __kind: any;
3712
+ };
3713
+ } & {
3714
+ readonly __kind: any;
3715
+ })[] | undefined;
3716
+ hidden?: boolean | undefined;
3717
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
3718
+ readonly __kind: any;
3719
+ }) | undefined;
3720
+ example?: string | undefined;
3721
+ description: string;
3722
+ task: string & {
3723
+ readonly __kind: any;
3724
+ };
3725
+ command: string & {
3726
+ readonly __kind: any;
3727
+ };
3728
+ handler: string;
3729
+ } & {
3730
+ readonly __kind: any;
3731
+ })>;
3732
+ build: string;
3733
+ templates: Record<string, ({
3734
+ type: "npm" | "binary" | "deno";
3735
+ name: string;
3736
+ } & {
3737
+ readonly __kind: any;
3738
+ }) | ({
3739
+ options?: _taqueria_protocol_Base.Flatten<{
3740
+ boolean?: boolean | undefined;
3741
+ type?: "string" | "number" | "boolean" | undefined;
3742
+ shortFlag?: (string & {
3743
+ readonly __kind: any;
3744
+ }) | undefined;
3745
+ defaultValue?: string | number | boolean | undefined;
3746
+ choices?: string[] | undefined;
3747
+ required?: boolean | undefined;
3748
+ description: string;
3749
+ flag: string & {
3750
+ readonly __kind: any;
3751
+ };
3752
+ } & {
3753
+ readonly __kind: any;
3754
+ }>[] | undefined;
3755
+ positionals?: ({
3756
+ type?: "string" | "number" | "boolean" | undefined;
3757
+ defaultValue?: string | number | boolean | undefined;
3758
+ required?: boolean | undefined;
3759
+ description: string;
3760
+ placeholder: string & {
3761
+ readonly __kind: any;
3762
+ };
3763
+ } & {
3764
+ readonly __kind: any;
3765
+ })[] | undefined;
3766
+ hidden?: boolean | undefined;
3767
+ description: string;
3768
+ template: string & {
3769
+ readonly __kind: any;
3770
+ };
3771
+ command: string & {
3772
+ readonly __kind: any;
3773
+ };
3774
+ handler: string;
3775
+ encoding: ("none" | "json" | "application/json" | undefined) & {
3776
+ readonly __kind: any;
3777
+ };
3778
+ } & {
3779
+ readonly __kind: any;
3780
+ })>;
3781
+ configHash: string;
3782
+ } & {
3783
+ readonly __kind: any;
3784
+ }>;
3785
+ declare const schemas: {
3786
+ schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
3787
+ plugins: (_taqueria_protocol_Base.Flatten<{
3788
+ operations?: ({
3789
+ description?: string | undefined;
3790
+ options?: _taqueria_protocol_Base.Flatten<{
3791
+ boolean?: boolean | undefined;
3792
+ type?: "string" | "number" | "boolean" | undefined;
3793
+ shortFlag?: (string & {
3794
+ readonly __kind: any;
3795
+ }) | undefined;
3796
+ defaultValue?: string | number | boolean | undefined;
3797
+ choices?: string[] | undefined;
3798
+ required?: boolean | undefined;
3799
+ description: string;
3800
+ flag: string & {
3801
+ readonly __kind: any;
3802
+ };
3803
+ } & {
3804
+ readonly __kind: any;
3805
+ }>[] | undefined;
3806
+ positionals?: ({
3807
+ type?: "string" | "number" | "boolean" | undefined;
3808
+ defaultValue?: string | number | boolean | undefined;
3809
+ required?: boolean | undefined;
3810
+ description: string;
3811
+ placeholder: string & {
3812
+ readonly __kind: any;
3813
+ };
3814
+ } & {
3815
+ readonly __kind: any;
3816
+ })[] | undefined;
3817
+ operation: string & {
3818
+ readonly __kind: any;
3819
+ };
3820
+ command: string & {
3821
+ readonly __kind: any;
3822
+ };
3823
+ } & {
3824
+ readonly __kind: any;
3825
+ })[] | undefined;
3826
+ tasks?: ({
3827
+ options?: _taqueria_protocol_Base.Flatten<{
3828
+ boolean?: boolean | undefined;
3829
+ type?: "string" | "number" | "boolean" | undefined;
3830
+ shortFlag?: (string & {
3831
+ readonly __kind: any;
3832
+ }) | undefined;
3833
+ defaultValue?: string | number | boolean | undefined;
3834
+ choices?: string[] | undefined;
3835
+ required?: boolean | undefined;
3836
+ description: string;
3837
+ flag: string & {
3838
+ readonly __kind: any;
3839
+ };
3840
+ } & {
3841
+ readonly __kind: any;
3842
+ }>[] | undefined;
3843
+ aliases?: (string & {
3844
+ readonly __kind: any;
3845
+ })[] | undefined;
3846
+ positionals?: ({
3847
+ type?: "string" | "number" | "boolean" | undefined;
3848
+ defaultValue?: string | number | boolean | undefined;
3849
+ required?: boolean | undefined;
3850
+ description: string;
3851
+ placeholder: string & {
3852
+ readonly __kind: any;
3853
+ };
3854
+ } & {
3855
+ readonly __kind: any;
3856
+ })[] | undefined;
3857
+ hidden?: boolean | undefined;
3858
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
3859
+ readonly __kind: any;
3860
+ }) | undefined;
3861
+ example?: string | undefined;
3862
+ description: string;
3863
+ task: string & {
3864
+ readonly __kind: any;
3865
+ };
3866
+ command: string & {
3867
+ readonly __kind: any;
3868
+ };
3869
+ handler: string;
3870
+ } & {
3871
+ readonly __kind: any;
3872
+ })[] | undefined;
3873
+ templates?: ({
3874
+ options?: _taqueria_protocol_Base.Flatten<{
3875
+ boolean?: boolean | undefined;
3876
+ type?: "string" | "number" | "boolean" | undefined;
3877
+ shortFlag?: (string & {
3878
+ readonly __kind: any;
3879
+ }) | undefined;
3880
+ defaultValue?: string | number | boolean | undefined;
3881
+ choices?: string[] | undefined;
3882
+ required?: boolean | undefined;
3883
+ description: string;
3884
+ flag: string & {
3885
+ readonly __kind: any;
3886
+ };
3887
+ } & {
3888
+ readonly __kind: any;
3889
+ }>[] | undefined;
3890
+ positionals?: ({
3891
+ type?: "string" | "number" | "boolean" | undefined;
3892
+ defaultValue?: string | number | boolean | undefined;
3893
+ required?: boolean | undefined;
3894
+ description: string;
3895
+ placeholder: string & {
3896
+ readonly __kind: any;
3897
+ };
3898
+ } & {
3899
+ readonly __kind: any;
3900
+ })[] | undefined;
3901
+ hidden?: boolean | undefined;
3902
+ description: string;
3903
+ template: string & {
3904
+ readonly __kind: any;
3905
+ };
3906
+ command: string & {
3907
+ readonly __kind: any;
3908
+ };
3909
+ handler: string;
3910
+ encoding: ("none" | "json" | "application/json" | undefined) & {
3911
+ readonly __kind: any;
3912
+ };
3913
+ } & {
3914
+ readonly __kind: any;
3915
+ })[] | undefined;
3916
+ name: string;
3917
+ schema: string & {
3918
+ readonly __kind: any;
3919
+ };
3920
+ version: string & {
3921
+ readonly __kind: any;
3922
+ };
3923
+ alias: string & {
3924
+ readonly __kind: any;
3925
+ };
3926
+ }> & {
3927
+ readonly __kind: any;
3928
+ })[];
3929
+ operations: Record<string, ({
3930
+ type: "npm" | "binary" | "deno";
3931
+ name: string;
3932
+ } & {
3933
+ readonly __kind: any;
3934
+ }) | ({
3935
+ description?: string | undefined;
3936
+ options?: _taqueria_protocol_Base.Flatten<{
3937
+ boolean?: boolean | undefined;
3938
+ type?: "string" | "number" | "boolean" | undefined;
3939
+ shortFlag?: (string & {
3940
+ readonly __kind: any;
3941
+ }) | undefined;
3942
+ defaultValue?: string | number | boolean | undefined;
3943
+ choices?: string[] | undefined;
3944
+ required?: boolean | undefined;
3945
+ description: string;
3946
+ flag: string & {
3947
+ readonly __kind: any;
3948
+ };
3949
+ } & {
3950
+ readonly __kind: any;
3951
+ }>[] | undefined;
3952
+ positionals?: ({
3953
+ type?: "string" | "number" | "boolean" | undefined;
3954
+ defaultValue?: string | number | boolean | undefined;
3955
+ required?: boolean | undefined;
3956
+ description: string;
3957
+ placeholder: string & {
3958
+ readonly __kind: any;
3959
+ };
3960
+ } & {
3961
+ readonly __kind: any;
3962
+ })[] | undefined;
3963
+ operation: string & {
3964
+ readonly __kind: any;
3965
+ };
3966
+ command: string & {
3967
+ readonly __kind: any;
3968
+ };
3969
+ } & {
3970
+ readonly __kind: any;
3971
+ })>;
3972
+ tasks: Record<string, ({
3973
+ type: "npm" | "binary" | "deno";
3974
+ name: string;
3975
+ } & {
3976
+ readonly __kind: any;
3977
+ }) | ({
3978
+ options?: _taqueria_protocol_Base.Flatten<{
3979
+ boolean?: boolean | undefined;
3980
+ type?: "string" | "number" | "boolean" | undefined;
3981
+ shortFlag?: (string & {
3982
+ readonly __kind: any;
3983
+ }) | undefined;
3984
+ defaultValue?: string | number | boolean | undefined;
3985
+ choices?: string[] | undefined;
3986
+ required?: boolean | undefined;
3987
+ description: string;
3988
+ flag: string & {
3989
+ readonly __kind: any;
3990
+ };
3991
+ } & {
3992
+ readonly __kind: any;
3993
+ }>[] | undefined;
3994
+ aliases?: (string & {
3995
+ readonly __kind: any;
3996
+ })[] | undefined;
3997
+ positionals?: ({
3998
+ type?: "string" | "number" | "boolean" | undefined;
3999
+ defaultValue?: string | number | boolean | undefined;
4000
+ required?: boolean | undefined;
4001
+ description: string;
4002
+ placeholder: string & {
4003
+ readonly __kind: any;
4004
+ };
4005
+ } & {
4006
+ readonly __kind: any;
4007
+ })[] | undefined;
4008
+ hidden?: boolean | undefined;
4009
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
4010
+ readonly __kind: any;
4011
+ }) | undefined;
4012
+ example?: string | undefined;
4013
+ description: string;
4014
+ task: string & {
4015
+ readonly __kind: any;
4016
+ };
4017
+ command: string & {
4018
+ readonly __kind: any;
4019
+ };
4020
+ handler: string;
4021
+ } & {
4022
+ readonly __kind: any;
4023
+ })>;
4024
+ build: string;
4025
+ templates: Record<string, ({
4026
+ type: "npm" | "binary" | "deno";
4027
+ name: string;
4028
+ } & {
4029
+ readonly __kind: any;
4030
+ }) | ({
4031
+ options?: _taqueria_protocol_Base.Flatten<{
4032
+ boolean?: boolean | undefined;
4033
+ type?: "string" | "number" | "boolean" | undefined;
4034
+ shortFlag?: (string & {
4035
+ readonly __kind: any;
4036
+ }) | undefined;
4037
+ defaultValue?: string | number | boolean | undefined;
4038
+ choices?: string[] | undefined;
4039
+ required?: boolean | undefined;
4040
+ description: string;
4041
+ flag: string & {
4042
+ readonly __kind: any;
4043
+ };
4044
+ } & {
4045
+ readonly __kind: any;
4046
+ }>[] | undefined;
4047
+ positionals?: ({
4048
+ type?: "string" | "number" | "boolean" | undefined;
4049
+ defaultValue?: string | number | boolean | undefined;
4050
+ required?: boolean | undefined;
4051
+ description: string;
4052
+ placeholder: string & {
4053
+ readonly __kind: any;
4054
+ };
4055
+ } & {
4056
+ readonly __kind: any;
4057
+ })[] | undefined;
4058
+ hidden?: boolean | undefined;
4059
+ description: string;
4060
+ template: string & {
4061
+ readonly __kind: any;
4062
+ };
4063
+ command: string & {
4064
+ readonly __kind: any;
4065
+ };
4066
+ handler: string;
4067
+ encoding: ("none" | "json" | "application/json" | undefined) & {
4068
+ readonly __kind: any;
4069
+ };
4070
+ } & {
4071
+ readonly __kind: any;
4072
+ })>;
4073
+ configHash: string;
4074
+ } & {
4075
+ readonly __kind: any;
4076
+ }, any>, {
4077
+ plugins: (_taqueria_protocol_Base.Flatten<{
4078
+ operations?: ({
4079
+ description?: string | undefined;
4080
+ options?: _taqueria_protocol_Base.Flatten<{
4081
+ boolean?: boolean | undefined;
4082
+ type?: "string" | "number" | "boolean" | undefined;
4083
+ shortFlag?: (string & {
4084
+ readonly __kind: any;
4085
+ }) | undefined;
4086
+ defaultValue?: string | number | boolean | undefined;
4087
+ choices?: string[] | undefined;
4088
+ required?: boolean | undefined;
4089
+ description: string;
4090
+ flag: string & {
4091
+ readonly __kind: any;
4092
+ };
4093
+ } & {
4094
+ readonly __kind: any;
4095
+ }>[] | undefined;
4096
+ positionals?: ({
4097
+ type?: "string" | "number" | "boolean" | undefined;
4098
+ defaultValue?: string | number | boolean | undefined;
4099
+ required?: boolean | undefined;
4100
+ description: string;
4101
+ placeholder: string & {
4102
+ readonly __kind: any;
4103
+ };
4104
+ } & {
4105
+ readonly __kind: any;
4106
+ })[] | undefined;
4107
+ operation: string & {
4108
+ readonly __kind: any;
4109
+ };
4110
+ command: string & {
4111
+ readonly __kind: any;
4112
+ };
4113
+ } & {
4114
+ readonly __kind: any;
4115
+ })[] | undefined;
4116
+ tasks?: ({
4117
+ options?: _taqueria_protocol_Base.Flatten<{
4118
+ boolean?: boolean | undefined;
4119
+ type?: "string" | "number" | "boolean" | undefined;
4120
+ shortFlag?: (string & {
4121
+ readonly __kind: any;
4122
+ }) | undefined;
4123
+ defaultValue?: string | number | boolean | undefined;
4124
+ choices?: string[] | undefined;
4125
+ required?: boolean | undefined;
4126
+ description: string;
4127
+ flag: string & {
4128
+ readonly __kind: any;
4129
+ };
4130
+ } & {
4131
+ readonly __kind: any;
4132
+ }>[] | undefined;
4133
+ aliases?: (string & {
4134
+ readonly __kind: any;
4135
+ })[] | undefined;
4136
+ positionals?: ({
4137
+ type?: "string" | "number" | "boolean" | undefined;
4138
+ defaultValue?: string | number | boolean | undefined;
4139
+ required?: boolean | undefined;
4140
+ description: string;
4141
+ placeholder: string & {
4142
+ readonly __kind: any;
4143
+ };
4144
+ } & {
4145
+ readonly __kind: any;
4146
+ })[] | undefined;
4147
+ hidden?: boolean | undefined;
4148
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
4149
+ readonly __kind: any;
4150
+ }) | undefined;
4151
+ example?: string | undefined;
4152
+ description: string;
4153
+ task: string & {
4154
+ readonly __kind: any;
4155
+ };
4156
+ command: string & {
4157
+ readonly __kind: any;
4158
+ };
4159
+ handler: string;
4160
+ } & {
4161
+ readonly __kind: any;
4162
+ })[] | undefined;
4163
+ templates?: ({
4164
+ options?: _taqueria_protocol_Base.Flatten<{
4165
+ boolean?: boolean | undefined;
4166
+ type?: "string" | "number" | "boolean" | undefined;
4167
+ shortFlag?: (string & {
4168
+ readonly __kind: any;
4169
+ }) | undefined;
4170
+ defaultValue?: string | number | boolean | undefined;
4171
+ choices?: string[] | undefined;
4172
+ required?: boolean | undefined;
4173
+ description: string;
4174
+ flag: string & {
4175
+ readonly __kind: any;
4176
+ };
4177
+ } & {
4178
+ readonly __kind: any;
4179
+ }>[] | undefined;
4180
+ positionals?: ({
4181
+ type?: "string" | "number" | "boolean" | undefined;
4182
+ defaultValue?: string | number | boolean | undefined;
4183
+ required?: boolean | undefined;
4184
+ description: string;
4185
+ placeholder: string & {
4186
+ readonly __kind: any;
4187
+ };
4188
+ } & {
4189
+ readonly __kind: any;
4190
+ })[] | undefined;
4191
+ hidden?: boolean | undefined;
4192
+ description: string;
4193
+ template: string & {
4194
+ readonly __kind: any;
4195
+ };
4196
+ command: string & {
4197
+ readonly __kind: any;
4198
+ };
4199
+ handler: string;
4200
+ encoding: ("none" | "json" | "application/json" | undefined) & {
4201
+ readonly __kind: any;
4202
+ };
4203
+ } & {
4204
+ readonly __kind: any;
4205
+ })[] | undefined;
4206
+ name: string;
4207
+ schema: string & {
4208
+ readonly __kind: any;
4209
+ };
4210
+ version: string & {
4211
+ readonly __kind: any;
4212
+ };
4213
+ alias: string & {
4214
+ readonly __kind: any;
4215
+ };
4216
+ }> & {
4217
+ readonly __kind: any;
4218
+ })[];
4219
+ operations: Record<string, ({
4220
+ type: "npm" | "binary" | "deno";
4221
+ name: string;
4222
+ } & {
4223
+ readonly __kind: any;
4224
+ }) | ({
4225
+ description?: string | undefined;
4226
+ options?: _taqueria_protocol_Base.Flatten<{
4227
+ boolean?: boolean | undefined;
4228
+ type?: "string" | "number" | "boolean" | undefined;
4229
+ shortFlag?: (string & {
4230
+ readonly __kind: any;
4231
+ }) | undefined;
4232
+ defaultValue?: string | number | boolean | undefined;
4233
+ choices?: string[] | undefined;
4234
+ required?: boolean | undefined;
4235
+ description: string;
4236
+ flag: string & {
4237
+ readonly __kind: any;
4238
+ };
4239
+ } & {
4240
+ readonly __kind: any;
4241
+ }>[] | undefined;
4242
+ positionals?: ({
4243
+ type?: "string" | "number" | "boolean" | undefined;
4244
+ defaultValue?: string | number | boolean | undefined;
4245
+ required?: boolean | undefined;
4246
+ description: string;
4247
+ placeholder: string & {
4248
+ readonly __kind: any;
4249
+ };
4250
+ } & {
4251
+ readonly __kind: any;
4252
+ })[] | undefined;
4253
+ operation: string & {
4254
+ readonly __kind: any;
4255
+ };
4256
+ command: string & {
4257
+ readonly __kind: any;
4258
+ };
4259
+ } & {
4260
+ readonly __kind: any;
4261
+ })>;
4262
+ tasks: Record<string, ({
4263
+ type: "npm" | "binary" | "deno";
4264
+ name: string;
4265
+ } & {
4266
+ readonly __kind: any;
4267
+ }) | ({
4268
+ options?: _taqueria_protocol_Base.Flatten<{
4269
+ boolean?: boolean | undefined;
4270
+ type?: "string" | "number" | "boolean" | undefined;
4271
+ shortFlag?: (string & {
4272
+ readonly __kind: any;
4273
+ }) | undefined;
4274
+ defaultValue?: string | number | boolean | undefined;
4275
+ choices?: string[] | undefined;
4276
+ required?: boolean | undefined;
4277
+ description: string;
4278
+ flag: string & {
4279
+ readonly __kind: any;
4280
+ };
4281
+ } & {
4282
+ readonly __kind: any;
4283
+ }>[] | undefined;
4284
+ aliases?: (string & {
4285
+ readonly __kind: any;
4286
+ })[] | undefined;
4287
+ positionals?: ({
4288
+ type?: "string" | "number" | "boolean" | undefined;
4289
+ defaultValue?: string | number | boolean | undefined;
4290
+ required?: boolean | undefined;
4291
+ description: string;
4292
+ placeholder: string & {
4293
+ readonly __kind: any;
4294
+ };
4295
+ } & {
4296
+ readonly __kind: any;
4297
+ })[] | undefined;
4298
+ hidden?: boolean | undefined;
4299
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
4300
+ readonly __kind: any;
4301
+ }) | undefined;
4302
+ example?: string | undefined;
4303
+ description: string;
4304
+ task: string & {
4305
+ readonly __kind: any;
4306
+ };
4307
+ command: string & {
4308
+ readonly __kind: any;
4309
+ };
4310
+ handler: string;
4311
+ } & {
4312
+ readonly __kind: any;
4313
+ })>;
4314
+ build: string;
4315
+ templates: Record<string, ({
4316
+ type: "npm" | "binary" | "deno";
4317
+ name: string;
4318
+ } & {
4319
+ readonly __kind: any;
4320
+ }) | ({
4321
+ options?: _taqueria_protocol_Base.Flatten<{
4322
+ boolean?: boolean | undefined;
4323
+ type?: "string" | "number" | "boolean" | undefined;
4324
+ shortFlag?: (string & {
4325
+ readonly __kind: any;
4326
+ }) | undefined;
4327
+ defaultValue?: string | number | boolean | undefined;
4328
+ choices?: string[] | undefined;
4329
+ required?: boolean | undefined;
4330
+ description: string;
4331
+ flag: string & {
4332
+ readonly __kind: any;
4333
+ };
4334
+ } & {
4335
+ readonly __kind: any;
4336
+ }>[] | undefined;
4337
+ positionals?: ({
4338
+ type?: "string" | "number" | "boolean" | undefined;
4339
+ defaultValue?: string | number | boolean | undefined;
4340
+ required?: boolean | undefined;
4341
+ description: string;
4342
+ placeholder: string & {
4343
+ readonly __kind: any;
4344
+ };
4345
+ } & {
4346
+ readonly __kind: any;
4347
+ })[] | undefined;
4348
+ hidden?: boolean | undefined;
4349
+ description: string;
4350
+ template: string & {
4351
+ readonly __kind: any;
4352
+ };
4353
+ command: string & {
4354
+ readonly __kind: any;
4355
+ };
4356
+ handler: string;
4357
+ encoding: ("none" | "json" | "application/json" | undefined) & {
4358
+ readonly __kind: any;
4359
+ };
4360
+ } & {
4361
+ readonly __kind: any;
4362
+ })>;
4363
+ configHash: string;
4364
+ } & {
4365
+ readonly __kind: any;
4366
+ }, any>;
4367
+ rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
4368
+ internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
4369
+ };
4370
+ declare const mapTasksToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[], i18n: i18n) => FutureInstance<TaqError, Record<string, ({
4371
+ type: "npm" | "binary" | "deno";
4372
+ name: string;
4373
+ } & {
4374
+ readonly __kind: any;
4375
+ }) | ({
4376
+ options?: _taqueria_protocol_Base.Flatten<{
4377
+ boolean?: boolean | undefined;
4378
+ type?: "string" | "number" | "boolean" | undefined;
4379
+ shortFlag?: (string & {
4380
+ readonly __kind: any;
4381
+ }) | undefined;
4382
+ defaultValue?: string | number | boolean | undefined;
4383
+ choices?: string[] | undefined;
4384
+ required?: boolean | undefined;
4385
+ description: string;
4386
+ flag: string & {
4387
+ readonly __kind: any;
4388
+ };
4389
+ } & {
4390
+ readonly __kind: any;
4391
+ }>[] | undefined;
4392
+ aliases?: (string & {
4393
+ readonly __kind: any;
4394
+ })[] | undefined;
4395
+ positionals?: ({
4396
+ type?: "string" | "number" | "boolean" | undefined;
4397
+ defaultValue?: string | number | boolean | undefined;
4398
+ required?: boolean | undefined;
4399
+ description: string;
4400
+ placeholder: string & {
4401
+ readonly __kind: any;
4402
+ };
4403
+ } & {
4404
+ readonly __kind: any;
4405
+ })[] | undefined;
4406
+ hidden?: boolean | undefined;
4407
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
4408
+ readonly __kind: any;
4409
+ }) | undefined;
4410
+ example?: string | undefined;
4411
+ description: string;
4412
+ task: string & {
4413
+ readonly __kind: any;
4414
+ };
4415
+ command: string & {
4416
+ readonly __kind: any;
4417
+ };
4418
+ handler: string;
4419
+ } & {
4420
+ readonly __kind: any;
4421
+ })>>;
4422
+ declare const mapOperationsToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[], i18n: i18n) => FutureInstance<TaqError, Record<string, ({
4423
+ type: "npm" | "binary" | "deno";
4424
+ name: string;
4425
+ } & {
4426
+ readonly __kind: any;
4427
+ }) | ({
4428
+ description?: string | undefined;
4429
+ options?: _taqueria_protocol_Base.Flatten<{
4430
+ boolean?: boolean | undefined;
4431
+ type?: "string" | "number" | "boolean" | undefined;
4432
+ shortFlag?: (string & {
4433
+ readonly __kind: any;
4434
+ }) | undefined;
4435
+ defaultValue?: string | number | boolean | undefined;
4436
+ choices?: string[] | undefined;
4437
+ required?: boolean | undefined;
4438
+ description: string;
4439
+ flag: string & {
4440
+ readonly __kind: any;
4441
+ };
4442
+ } & {
4443
+ readonly __kind: any;
4444
+ }>[] | undefined;
4445
+ positionals?: ({
4446
+ type?: "string" | "number" | "boolean" | undefined;
4447
+ defaultValue?: string | number | boolean | undefined;
4448
+ required?: boolean | undefined;
4449
+ description: string;
4450
+ placeholder: string & {
4451
+ readonly __kind: any;
4452
+ };
4453
+ } & {
4454
+ readonly __kind: any;
4455
+ })[] | undefined;
4456
+ operation: string & {
4457
+ readonly __kind: any;
4458
+ };
4459
+ command: string & {
4460
+ readonly __kind: any;
4461
+ };
4462
+ } & {
4463
+ readonly __kind: any;
4464
+ })>>;
4465
+ declare const mapTemplatesToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[], i18n: i18n) => FutureInstance<TaqError, Record<string, ({
4466
+ type: "npm" | "binary" | "deno";
4467
+ name: string;
4468
+ } & {
4469
+ readonly __kind: any;
4470
+ }) | ({
4471
+ options?: _taqueria_protocol_Base.Flatten<{
4472
+ boolean?: boolean | undefined;
4473
+ type?: "string" | "number" | "boolean" | undefined;
4474
+ shortFlag?: (string & {
4475
+ readonly __kind: any;
4476
+ }) | undefined;
4477
+ defaultValue?: string | number | boolean | undefined;
4478
+ choices?: string[] | undefined;
4479
+ required?: boolean | undefined;
4480
+ description: string;
4481
+ flag: string & {
4482
+ readonly __kind: any;
4483
+ };
4484
+ } & {
4485
+ readonly __kind: any;
4486
+ }>[] | undefined;
4487
+ positionals?: ({
4488
+ type?: "string" | "number" | "boolean" | undefined;
4489
+ defaultValue?: string | number | boolean | undefined;
4490
+ required?: boolean | undefined;
4491
+ description: string;
4492
+ placeholder: string & {
4493
+ readonly __kind: any;
4494
+ };
4495
+ } & {
4496
+ readonly __kind: any;
4497
+ })[] | undefined;
4498
+ hidden?: boolean | undefined;
4499
+ description: string;
4500
+ template: string & {
4501
+ readonly __kind: any;
4502
+ };
4503
+ command: string & {
4504
+ readonly __kind: any;
4505
+ };
4506
+ handler: string;
4507
+ encoding: ("none" | "json" | "application/json" | undefined) & {
4508
+ readonly __kind: any;
4509
+ };
4510
+ } & {
4511
+ readonly __kind: any;
4512
+ })>>;
4513
+ declare const getTasks: (pluginInfo: PluginInfo.t[]) => ({
4514
+ options?: _taqueria_protocol_Base.Flatten<{
4515
+ boolean?: boolean | undefined;
4516
+ type?: "string" | "number" | "boolean" | undefined;
4517
+ shortFlag?: (string & {
4518
+ readonly __kind: any;
4519
+ }) | undefined;
4520
+ defaultValue?: string | number | boolean | undefined;
4521
+ choices?: string[] | undefined;
4522
+ required?: boolean | undefined;
4523
+ description: string;
4524
+ flag: string & {
4525
+ readonly __kind: any;
4526
+ };
4527
+ } & {
4528
+ readonly __kind: any;
4529
+ }>[] | undefined;
4530
+ aliases?: (string & {
4531
+ readonly __kind: any;
4532
+ })[] | undefined;
4533
+ positionals?: ({
4534
+ type?: "string" | "number" | "boolean" | undefined;
4535
+ defaultValue?: string | number | boolean | undefined;
4536
+ required?: boolean | undefined;
4537
+ description: string;
4538
+ placeholder: string & {
4539
+ readonly __kind: any;
4540
+ };
4541
+ } & {
4542
+ readonly __kind: any;
4543
+ })[] | undefined;
4544
+ hidden?: boolean | undefined;
4545
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
4546
+ readonly __kind: any;
4547
+ }) | undefined;
4548
+ example?: string | undefined;
4549
+ description: string;
4550
+ task: string & {
4551
+ readonly __kind: any;
4552
+ };
4553
+ command: string & {
4554
+ readonly __kind: any;
4555
+ };
4556
+ handler: string;
4557
+ } & {
4558
+ readonly __kind: any;
4559
+ })[];
4560
+
4561
+ export { EphemeralState, OpToPluginMap, TaskToPluginMap, TemplateToPluginMap, create, factory, generatedSchemas, getTasks, make, mapOperationsToPlugins, mapTasksToPlugins, mapTemplatesToPlugins, of, schemas, t };