import { PropertyTemplate } from '../../typedef/template/PropertyTemplate'; export declare class PropertyTemplateCodec { static decodeArray(array: any[]): PropertyTemplate[]; static decode(o: any): PropertyTemplate; static encode(property: PropertyTemplate): Object; static encodeArray(properties: Map): Array; }