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