export declare enum FilterMatchMode {
    Equals = 1,
    StartsWith = 2,
    Contains = 3,
    In = 4,
}
