import { RefineRuleValues } from "../../../components/webparts/Drilldown/Refiners/IRefiners";
import { ITypeStrings } from "../../Types/typeServices";
/**
 * 2024-08-24:  Migrated from drillFunctions
 *    getGroupByNumber, doThisMathOp
 * @param fieldValue
 * @param type
 * @param ruleSet
 * @returns
 */
export declare function getGroupByNumber(fieldValue: any, type: ITypeStrings, ruleSet: RefineRuleValues[]): string;
//# sourceMappingURL=getGroupByNumber.d.ts.map