export declare enum VALUES_ENTITY_TYPE {
    all = "all",
    format = "format"
}
export declare const VALUES_ENTITY_TYPE_OPTIONS: {
    value: VALUES_ENTITY_TYPE;
    label: VALUES_ENTITY_TYPE;
}[];
