import { Mountain } from "."; /** * * @param table Sets the database table for the mountain */ export declare function Table(table: string): (target: typeof Mountain) => void;