import type { Tree } from '@nrwl/devkit';
import type { SetOptional } from 'type-fest';
import type { CreateMeshExampleOptions } from './types';
export declare function createCodegenFiles(tree: Tree, options: SetOptional<CreateMeshExampleOptions, 'configExtension' | 'isSdk'>): void;
export default createCodegenFiles;
