import type { ILoadOptionsFunctions, INodePropertyOptions } from "n8n-workflow"; export declare function getSearchFilterProperties(this: ILoadOptionsFunctions): Promise; export declare function getSearchPropertyIdentifiers(this: ILoadOptionsFunctions): Promise; export declare function getSearchSelectOptions(this: ILoadOptionsFunctions): Promise;