import { Tree } from '@nx/devkit';
import type { Schema } from './schema';
export declare function remote(tree: Tree, schema: Schema): Promise<import("@nx/devkit").GeneratorCallback>;
export default remote;
//# sourceMappingURL=remote.d.ts.map