import { CommandParser } from '@redis/client/dist/lib/client/parser'; import { ReplyUnion, TypeMapping, UnwrapReply } from '@redis/client/dist/lib/RESP/types'; import { FtAggregateOptions } from './AGGREGATE'; import { ProfileOptions, ProfileReplyResp2 } from './PROFILE_SEARCH'; declare const _default: { readonly NOT_KEYED_COMMAND: true; readonly IS_READ_ONLY: true; readonly parseCommand: (this: void, parser: CommandParser, index: string, query: string, options?: ProfileOptions & FtAggregateOptions) => void; readonly transformReply: { readonly 2: (reply: [[total: UnwrapReply>, ...results: import("@redis/client/dist/lib/RESP/types").ArrayReply>[]], import("@redis/client/dist/lib/RESP/types").ArrayReply], preserve?: any, typeMapping?: TypeMapping) => ProfileReplyResp2; readonly 3: (reply: ReplyUnion, preserve?: any, typeMapping?: TypeMapping) => ProfileReplyResp2; }; }; export default _default; //# sourceMappingURL=PROFILE_AGGREGATE.d.ts.map