import { type CreditCalculatorParamsViewSettings } from '../CalculatorCredit/CalculatorCreditContent'; import { type CommonRefinancingParams, type RefinancingCalculatorUserInputParams } from './getRefinancingCalculatorParams'; interface CheckSourceBookRowProps { row: CommonRefinancingParams; userInputParams: RefinancingCalculatorUserInputParams; paramsViewSettings?: CreditCalculatorParamsViewSettings; } export declare const checkRefinancingSourceBookRowCommonParams: (props: CheckSourceBookRowProps) => boolean; export {};