import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function getDatabaseProperties(this: ILoadOptionsFunctions): Promise; export declare function getFilterProperties(this: ILoadOptionsFunctions): Promise; export declare function getBlockTypes(this: ILoadOptionsFunctions): Promise; export declare function getPropertySelectValues(this: ILoadOptionsFunctions): Promise; export declare function getUsers(this: ILoadOptionsFunctions): Promise; export declare function getDatabaseIdFromPage(this: ILoadOptionsFunctions): Promise; export declare function getDatabaseOptionsFromPage(this: ILoadOptionsFunctions): Promise; export declare function getTimezones(this: ILoadOptionsFunctions): Promise; //# sourceMappingURL=loadOptions.d.ts.map