import { type ClientType, type RkoCalculatorParams, type RkoCalculatorRowsData, type RkoCalculatorUserInputParams } from './CalculatorRkoContent'; export declare const getRkoCalculatorParams: (userInputParams: RkoCalculatorUserInputParams, rows?: RkoCalculatorRowsData[], clientType?: ClientType) => RkoCalculatorParams;