import { BaseCommand } from "../base"; export default class OrderCommand extends BaseCommand { static description: string; static examples: string[]; run(): Promise; }