import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow';
export declare function textModelSearch(this: ILoadOptionsFunctions, filter?: string): Promise<INodeListSearchResult>;
export declare function visionModelSearch(this: ILoadOptionsFunctions, filter?: string): Promise<INodeListSearchResult>;
export declare function imageGenerationModelSearch(this: ILoadOptionsFunctions, filter?: string): Promise<INodeListSearchResult>;
export declare function textToVideoModelSearch(this: ILoadOptionsFunctions, filter?: string): Promise<INodeListSearchResult>;
export declare function imageToVideoModelSearch(this: ILoadOptionsFunctions, filter?: string): Promise<INodeListSearchResult>;
