import { BaseKitaCommand } from '../util/base'; export default class Reset extends BaseKitaCommand { static description: string; static examples: { command: string; description: string; }[]; run(): Promise; } //# sourceMappingURL=reset.d.ts.map