/** * Files API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const files: { /** @see uploadFile */ readonly uploadFile: (uploadFileBody: import("..").UploadFileBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getFiles */ readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; /** @see getFileById */ readonly get: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see deleteFile */ readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type FilesApi = typeof files; //# sourceMappingURL=files.d.ts.map