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