import ComposioClient from "@composio/client";

//#region src/models/Files.workerd.d.ts

/**
 * Files class for Cloudflare Workers / Edge runtimes.
 * All methods throw an error indicating that file operations are not supported.
 */
declare class Files {
  constructor(_client: ComposioClient);
}
//#endregion
export { Files };