export declare enum TableSearcherTypesEnum {
    ON_TABLE = 0,
    ON_BACKEND = 1,
    EMPTY_TABLE_APPLY_BACKEND = 2,
}
