/**
 * Check if the feature branch exists on the remote.
 *
 * @param latestVersion Latest Nx version
 * @returns `true` if the branch exists, otherwise `false`
 */
export declare const existsFeatureBranchOnRemote: (latestVersion: string) => Promise<boolean>;
