import { CommandParser } from '../client/parser'; import { BlobStringReply, NullReply } from '../RESP/types'; declare const _default: { readonly NOT_KEYED_COMMAND: true; readonly IS_READ_ONLY: true; /** * Returns the name of the current connection * @param parser - The Redis command parser */ readonly parseCommand: (this: void, parser: CommandParser) => void; readonly transformReply: () => BlobStringReply | NullReply; }; export default _default; //# sourceMappingURL=CLIENT_GETNAME.d.ts.map