export declare function installedCypressVersion(): number;
/**
 * will not throw if cypress is not installed
 */
export declare function assertMinimumCypressVersion(minVersion: number): void;
