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