export declare const PROPERTY_METADATA = "__mapstructjs_property__"; export declare const MAPPER_METADATA = "__mapstructjs_mapper__"; export declare const MAP_METHOD_METADATA = "__mapstructjs_map_method__"; export declare const MAPPING_METADATA = "__mapstructjs_mapping__"; export declare const BEFORE_MAPPING_METADATA = "__mapstructjs_before_mapping__"; export declare const AFTER_MAPPING_METADATA = "__mapstructjs_after_mapping__"; export declare const INJECT_METADATA = "__mapstructjs_inject__";