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