export default setTitle; /** * 说明: 设置标题✅ * @param { String } name 要设置的标题名称 **/ declare function setTitle(name: string): void;