export declare class NrfModelSetterService {
    getValue(path: string, model: any | any[], separator?: string): any | null;
    private piecesReducer;
    setValue(path: string, value: any, model: object | any[], separator?: string): void;
    private getTargetPropToSet;
    private isArrayKey;
    private generatePathPieces;
}
