/// /** * 模板错误处理类 * @param options */ declare class TemplateError extends Error { constructor(options: OType); } export default TemplateError;