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