import type { ProvideStatOptions, ProvideStats } from './types.js'; import type { HTTPRPCClient } from '../lib/core.js'; export type { ProvideStatOptions, ProvideStats } from './types.js'; export interface ProvideAPI { /** * Return statistics about the provider system */ stat(options?: ProvideStatOptions): Promise; } export declare function createProvide(client: HTTPRPCClient): ProvideAPI; //# sourceMappingURL=index.d.ts.map