import type { Tree } from '@nx/devkit';
import type { NormalizedOptions } from '../schema';
export declare function addRemoteEntry(tree: Tree, options: NormalizedOptions, appRoot: string): void;
//# sourceMappingURL=add-remote-entry.d.ts.map