import { Mountain } from "."; /** * Copies base from root class and adds it to the target's base * @param rootClass Class to copy base from */ export declare function Root(rootClass: typeof Mountain): (target: typeof Mountain) => void;