import * as gunshi0 from "gunshi"; //#region src/cli/commands/uploads/get.d.ts declare const uploadsGetCommand: gunshi0.Command<{ "upload-id": { type: "string"; short: string; description: string; }; "base-url": { readonly type: "string"; readonly short: "b"; readonly description: "Upload fragment base URL (env: FRAGNO_UPLOAD_BASE_URL)"; }; header: { readonly type: "string"; readonly short: "H"; readonly description: "Extra HTTP header (repeatable), format: 'Name: value' (env: FRAGNO_UPLOAD_HEADERS)"; readonly multiple: true; }; timeout: { readonly type: "number"; readonly description: "Request timeout in ms (env: FRAGNO_UPLOAD_TIMEOUT_MS, default: 15000)"; }; retries: { readonly type: "number"; readonly description: "Retry count for network/5xx/429 (env: FRAGNO_UPLOAD_RETRIES, default: 2)"; }; "retry-delay": { readonly type: "number"; readonly description: "Delay between retries in ms (env: FRAGNO_UPLOAD_RETRY_DELAY_MS, default: 500)"; }; }>; //# sourceMappingURL=get.d.ts.map //#endregion export { uploadsGetCommand }; //# sourceMappingURL=get.d.ts.map