import { IBindingContext } from '../interface/exported';
export declare function getCorrectContext(value: any, ctx: IBindingContext): IBindingContext;
