/** * This file was auto-generated by Fern from our API Definition. */ /** * Indicates whether to consider a query against this corpus as a query or a response. */ export declare type SearchSemantics = "default" | "query" | "response"; export declare const SearchSemantics: { readonly Default: "default"; readonly Query: "query"; readonly Response: "response"; };