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