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