import { ReplyUnion, TypeMapping } from '@redis/client/dist/lib/RESP/types'; import { SearchRawReply } from './SEARCH'; declare const _default: { readonly NOT_KEYED_COMMAND: true; readonly IS_READ_ONLY: true; readonly parseCommand: (this: void, parser: import("@redis/client").CommandParser, index: import("@redis/client/dist/lib/RESP/types").RedisArgument, query: import("@redis/client/dist/lib/RESP/types").RedisArgument, options?: import("./SEARCH").FtSearchOptions | undefined) => void; readonly transformReply: { readonly 2: (reply: SearchRawReply) => SearchNoContentReply; readonly 3: (reply: ReplyUnion, preserve?: any, typeMapping?: TypeMapping) => SearchNoContentReply; }; }; export default _default; export interface SearchNoContentReply { total: number; documents: Array; } //# sourceMappingURL=SEARCH_NOCONTENT.d.ts.map