import { Path } from '../types/path'; export declare class Elevation { static fixElevation(path: Path): Promise; static smoothElevation(path: Path): Promise; } //# sourceMappingURL=Elevation.d.ts.map