export declare class PropertyParser { // static parsePropertiesForLayer(propertiesObject: any): any; static propertyValueFromLayer(layer, key: string): any; }