import { INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Qdrant implements INodeType { description: INodeTypeDescription; methods: { listSearch: { listCollections(this: import("n8n-workflow").ILoadOptionsFunctions): Promise; }; }; }