import { ISystems, Interface } from "../types"; /** 生成提示文案 */ export declare function createHeadHelpStr(): string; /** * 生成系统提示文案 */ export declare function createModuleHeadHelpStr(system: ISystems): string; /** * 生成接口提示文案 */ export declare function creatInterfaceHelpStr(itf: Interface.IRoot): string;