/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import { LoadContext } from '@docusaurus/types'; import { CourseConfig, CourseLesson } from './types'; export declare function truncate(fileString: string, truncateMarker: RegExp): string; export declare function generateCourseLessons(courseSettings: CourseConfig, { siteConfig, siteDir }: LoadContext): Promise; //# sourceMappingURL=courseUtils.d.ts.map