import { Tree } from '@nx/devkit';
import { CloudflarePagesProjectSchema } from './schema';
export default function projectGenerator(tree: Tree, schema: CloudflarePagesProjectSchema): Promise<() => void>;
