import { PlayerEvent } from "../..";
export declare function command_levelUP(event: PlayerEvent, args: string[]): Promise<void>;
