import type { Tree } from '@nrwl/devkit';
import type { CreateMeshExampleOptions } from './types';
export declare function createMeshExample(tree: Tree, options: CreateMeshExampleOptions): void;
export default createMeshExample;
