export declare const ANNOTATION_FIELD_TERM: {
    LABEL: string;
    TEXT: string;
    HEADING: string;
    QUICKINFO: string;
    IS_CURRENCY: string;
    CURRENCY_FIELD: string;
    VALUE_LIST: string;
    VALUE_LIST_VALIDATION: string;
    VALUE_LIST_MAPPING: string;
    VALUE_LIST_PARAM_INOUT_V4: string;
    VALUE_LIST_PARAM_OUT_V4: string;
    VALUE_LIST_PARAM_INOUT_V2: string;
    VALUE_LIST_PARAM_OUT_V2: string;
};
export declare const ANNOTATION_CAPABILITIES_TERM: {
    CREATABLE: string;
    DELETABLE: string;
    UPDATABLE: string;
    SEARCHABLE: string;
};
export declare const SEMANTICS_TYPES: {
    CURRENCY: string;
};
export declare const COMMON_ENTITTIES_V4: {
    CURRENCY: string;
    UNIT: string;
    CONTAINER: string;
};
export declare const PROPERTY_VALUES: {
    COLLECTION_PATH: string;
};
export declare const ANNOTATION_VOCAB_TERM: {
    HIDDEN: string;
    HIDDEN_FILTER: string;
    TEXT_ELEMENT: string;
    TEXT_ARRANGEMENT: string;
    LINE_ITEM: string;
    IDENTIFICATION: string;
};
//# sourceMappingURL=metadataConstants.d.ts.map