import { CommandParser } from '../client/parser'; import { RedisArgument, NumberReply } from '../RESP/types'; declare const _default: { readonly NOT_KEYED_COMMAND: true; readonly IS_READ_ONLY: true; /** * Returns the number of failure reports for a given node * @param parser - The Redis command parser * @param nodeId - The ID of the node to check */ readonly parseCommand: (this: void, parser: CommandParser, nodeId: RedisArgument) => void; readonly transformReply: () => NumberReply; }; export default _default; //# sourceMappingURL=CLUSTER_COUNT-FAILURE-REPORTS.d.ts.map