import type { RpcCaller } from "../../rpc/caller"; import type { GetIndexerHealthFn } from "../types"; export declare const makeGetIndexerHealth: (call: RpcCaller) => GetIndexerHealthFn; //# sourceMappingURL=getIndexerHealth.d.ts.map