import { type JsonApiLlmEndpointOutWithLinks, type ResolvedLlmEndpoint } from "@gooddata/api-client-tiger"; import { type ILlmEndpointBase, type ILlmEndpointOpenAI } from "@gooddata/sdk-model"; export declare function convertLlmEndpoint(endpoint: JsonApiLlmEndpointOutWithLinks): ILlmEndpointOpenAI; export declare function convertResolvedLlmEndpoint(endpoints: ResolvedLlmEndpoint[]): ILlmEndpointBase[]; //# sourceMappingURL=llmEndpointConvertor.d.ts.map