import { isPlainObject, mapLikeEntries, mapLikeValues, mapLikeToObject, mapLikeToFlatArray, getMapValue } from '@redis/client/dist/lib/commands/reply-utils'; export { isPlainObject, mapLikeEntries, mapLikeValues, mapLikeToObject, mapLikeToFlatArray, getMapValue }; export declare function toCompatObject(value: Record): Record; export declare function parseDocumentValue(value: unknown): Record; export declare function normalizeProfileReply(profile: unknown): unknown; export declare function parseSearchResultRow(rawRow: unknown): { id: unknown; value: Record; }; export declare function parseAggregateResultRow(rawRow: unknown): Record; //# sourceMappingURL=reply-transformers.d.ts.map