import { CommandParser } from '../client/parser'; import { VerbatimStringReply } from '../RESP/types'; declare const _default: { readonly NOT_KEYED_COMMAND: true; readonly IS_READ_ONLY: true; /** * Returns information about the state of a Redis Cluster * @param parser - The Redis command parser */ readonly parseCommand: (this: void, parser: CommandParser) => void; readonly transformReply: () => VerbatimStringReply; }; export default _default; //# sourceMappingURL=CLUSTER_INFO.d.ts.map