/**
 * Returns all the directory names that are specified in the
 * 'trainingOrder' of the chapters' `properties.json`
 *
 * @param path The absolute path to read the trainings from
 * @returns List of the directory names that contain valid trainings
 */
export declare function getValidTrainings(path: string): Promise<string[]>;
