import type { Vec3 } from '../math'; import type { Crystal } from '../structure'; import type { Slab, SlabOptions } from './types'; export declare function make_slab(crystal: Crystal, miller_indices: Vec3, options?: SlabOptions): Slab;