import type { RoutingAPI } from './index.js'; import type { HTTPRPCClient } from '../lib/core.js'; export declare function createFindProvs(client: HTTPRPCClient): RoutingAPI['findProvs']; //# sourceMappingURL=find-provs.d.ts.map