import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function module_getAllModules(this: ILoadOptionsFunctions): Promise; export declare function module_getModules(this: ILoadOptionsFunctions): Promise; export declare function module_getSections(this: ILoadOptionsFunctions): Promise; export declare function module_getLessons(this: ILoadOptionsFunctions): Promise;