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