import { Mountain } from "../mountains"; export declare type Decorator = (target: Mountain, prop: string) => void;