import { Mountain } from "."; /** * Register the mountain and set its base url * @param location The URL to listen on */ export declare function Base(location: string): (target: typeof Mountain) => void;