import type { Tree } from '@nx/devkit';
import { NormalizedSchema } from '../../application/schema';
export declare function setupTspathForRemote(tree: Tree, options: NormalizedSchema): void;
