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