import { Evt } from './Evt';
export interface Events {
    Evt?: Array<Evt>;
}
