import { CommandParser } from '../client/parser'; import { NumberReply } from '../RESP/types'; declare const _default: { readonly NOT_KEYED_COMMAND: true; readonly IS_READ_ONLY: true; /** * Constructs the PUBSUB NUMPAT command * * @param parser - The command parser * @see https://redis.io/commands/pubsub-numpat/ */ readonly parseCommand: (this: void, parser: CommandParser) => void; readonly transformReply: () => NumberReply; }; export default _default; //# sourceMappingURL=PUBSUB_NUMPAT.d.ts.map