import { EventImage } from '../../typedef/image/EventImage'; export declare class EventImageCodec { static decodeArray(array: any[]): EventImage[]; }