/** * private definition */ export declare enum FilterType { FT_SINGLE_COLUMN_VALUE = 1, FT_COMPOSITE_COLUMN_VALUE = 2, FT_COLUMN_PAGINATION = 3, }