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