import { CommandEvent } from "../types"; export declare const basic: (commandEvent: CommandEvent) => Promise;