/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../../index.js"; import * as Zep from "../../../../../api/index.js"; import * as core from "../../../../../core/index.js"; import { Reranker } from "../../../../types/Reranker.js"; import { GraphSearchScope } from "../../../../types/GraphSearchScope.js"; import { SearchFilters } from "../../../../types/SearchFilters.js"; export declare const GraphSearchQuery: core.serialization.Schema; export declare namespace GraphSearchQuery { interface Raw { bfs_origin_node_uuids?: string[] | null; center_node_uuid?: string | null; graph_id?: string | null; limit?: number | null; mmr_lambda?: number | null; query: string; reranker?: Reranker.Raw | null; scope?: GraphSearchScope.Raw | null; search_filters?: SearchFilters.Raw | null; user_id?: string | null; } }