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