import { Tree } from '@nx/devkit';
export declare function normalizeRemoteName(tree: Tree, remote: string, options: {
directory: string;
}): Promise<string>;
export declare function normalizeRemoteDirectory(remote: string, options: {
directory: string;
appProjectRoot: string;
}): string;