export interface IWarnInfo { MapToken: string; SDK: string; [key: string]: any; } declare const WarnInfo: IWarnInfo; export default WarnInfo;