import { SettingRestriction } from './settings.model';
export declare function checkSettingRestrictions(val: unknown, currentVal: unknown, restriction: SettingRestriction | undefined): void;
