/**
 * @deprecated use the `getInstalledCypressMajorVersion` exported from
 * `@nx/cypress/src/utils/versions` instead. It will be removed in v23.
 */
export declare function installedCypressVersion(): number;
/**
 * will not throw if cypress is not installed
 * @deprecated use the `assertMinimumCypressVersion` exported from
 * `@nx/cypress/src/utils/versions` instead. It will be removed in v23.
 */
export declare function assertMinimumCypressVersion(minVersion: number): void;
//# sourceMappingURL=cypress-version.d.ts.map