import { Grid } from './index'; export interface MeshOptions extends Grid.Options { } export declare const mesh: Grid.Definition<MeshOptions>;