import { CommandParser } from '../client/parser'; import { RedisArgument, ArrayReply, BlobStringReply } from '../RESP/types'; declare const _default: { readonly NOT_KEYED_COMMAND: true; readonly IS_READ_ONLY: true; /** * Constructs the PUBSUB SHARDCHANNELS command * * @param parser - The command parser * @param pattern - Optional pattern to filter shard channels * @see https://redis.io/commands/pubsub-shardchannels/ */ readonly parseCommand: (this: void, parser: CommandParser, pattern?: RedisArgument) => void; readonly transformReply: () => ArrayReply; }; export default _default; //# sourceMappingURL=PUBSUB_SHARDCHANNELS.d.ts.map