import * as gunshi0 from "gunshi"; //#region src/cli/commands/uploads/create.d.ts declare const uploadsCreateCommand: gunshi0.Command<{ "file-key": { type: "string"; description: string; }; "key-parts": { type: "string"; description: string; }; filename: { type: "string"; description: string; }; "size-bytes": { type: "number"; description: string; }; "content-type": { type: "string"; description: string; }; checksum: { type: "string"; description: string; }; tags: { type: "string"; description: string; }; visibility: { type: "string"; description: string; }; "uploader-id": { type: "string"; description: string; }; metadata: { type: "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=create.d.ts.map //#endregion export { uploadsCreateCommand }; //# sourceMappingURL=create.d.ts.map