import { InjectionToken } from '@angular/core'; import { TplAutoMatchData } from './data-model'; export declare const MSG_TPL_AUTO_MATCH_INJECTIONS: InjectionToken; export declare interface MsgTemplateAutoMatch { type: number; tplList: Array; viewList: Array; parseData(): Array; }