import type { FilesAPI } from './index.js'; import type { HTTPRPCClient } from '../lib/core.js'; export declare function createWrite(client: HTTPRPCClient): FilesAPI['write']; //# sourceMappingURL=write.d.ts.map