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): void; export default createCodegenFiles;