1. .d.ts结尾,例如: jQuery.d.ts
    2. 使用第三方库,要创建声明文件
    3. 声明文件要放在单独的文件里
    1. declare var jQuery: (selector: string) => any
    2. jQuery('.box')