import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow';
export declare function fileSearch(this: ILoadOptionsFunctions, filter?: string): Promise<INodeListSearchResult>;
export declare function modelSearch(this: ILoadOptionsFunctions, filter?: string): Promise<INodeListSearchResult>;
export declare function videoModelSearch(this: ILoadOptionsFunctions, filter?: string): Promise<INodeListSearchResult>;
export declare function imageModelSearch(this: ILoadOptionsFunctions, filter?: string): Promise<INodeListSearchResult>;
export declare function assistantSearch(this: ILoadOptionsFunctions, filter?: string, paginationToken?: string): Promise<INodeListSearchResult>;
