@taqueria/protocol 0.16.0 → 0.19.2

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