import { CommandContext } from '../'; /** * A function to use when a user fail on an argument of a command. * * @param ctx - The message context where the error come from. * @param error - The error. * @returns - The error message sent. */ export declare function argError(ctx: CommandContext, error: string): Promise;