import * as gunshi12 from "gunshi"; //#region src/cli/commands/files/list.d.ts declare const filesListCommand: gunshi12.Command<{ prefix: { type: "string"; description: string; }; "prefix-parts": { type: "string"; description: string; }; cursor: { type: "string"; description: string; }; "page-size": { type: "number"; description: string; }; status: { type: "string"; description: string; }; "uploader-id": { 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=list.d.ts.map //#endregion export { filesListCommand }; //# sourceMappingURL=list.d.ts.map