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