import { ParamType, SolvedParamType } from "../types"; export declare const solveParams: (params: ParamType[], ref: Record, rootRef: Record) => SolvedParamType[];