import { Control } from '../Control';
export declare function toReferentiallyEqual<T>(control: Control<T>, expected: T): void;
