import type { IExecuteFunctions, INodePropertyOptions } from 'n8n-workflow';
import type { Operation } from '../types';
export declare function toModelOptions(models: unknown, operation: Operation): INodePropertyOptions[];
export declare function getModelEndpoints(context: IExecuteFunctions, baseURL: string, modelId: string): Promise<string[]>;
