import { Command } from "commander"; import type { GlobalOptions } from "../../../utils/global-options.js"; export interface FilesOptions extends GlobalOptions { status?: "all" | "completed" | "in_progress" | "failed"; limit?: number; } export declare function createFilesCommand(): Command; //# sourceMappingURL=index.d.ts.map