import { IBindingContext } from '../interface/exported';
export declare function setValue(_class: IBindingContext, key: string, value: any): void;
