/** * @param {string} filePath */ export function convertMdFile(filePath: string): Promise; /** * @param {string} filePath */ export function convertHtmlFile(filePath: string): Promise; /** * @param {string} filePath * @returns {string} */ export function mdFilePathToJsFilePath(filePath: string): string; //# sourceMappingURL=converts.d.ts.map