import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function course_getCourses(this: ILoadOptionsFunctions): Promise; export declare function course_getModules(this: ILoadOptionsFunctions): Promise; export declare function course_getSectionsInCourse(this: ILoadOptionsFunctions): Promise; export declare function course_getLessonsInCourse(this: ILoadOptionsFunctions): Promise;