/** * EprocRangeFilter class */ export declare class EprocRangeFilter { /** * To filter between a minimum and maximum range * @param {int} minValue - minimum range of item to search * @param {int} maxValue - maximum range of item to search */ static filter(minValue: string, maxValue: string): Promise; }