/** * 加载.scm文件内容 * @param relativePath 相对于调用位置的路径 * @returns .scm文件的内容字符串 */ export declare function loadScmFile(relativePath: string): string;