import { Control } from '../../Control';
import { CompareSnapshot } from './compareSnapshot';
import { Env } from './helpers';
export declare function toMatchSnapshot(ctrl: Control<any>, { compareSnapshot, env }?: {
    compareSnapshot: CompareSnapshot;
    env: Env;
}): void;
