我自己手动在creator.d.ts里面加了个export,似乎就好了。
export function assert(condition: boolean, msg?: string|any, ...subst: any[]): void;
这个应该不会有什么运行时的副作用吧?