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