rk
15 小时以前 38d111cb6defedff3bf06314ca30d22a01faae22
1
2
3
4
import { IUNCore } from './lib/ddSdk';
import * as otherApi from './lib/otherApi';
declare const core: typeof otherApi & IUNCore;
export = core;