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