import type { CommandContext, CommandHandler } from "./types.js"; export declare class AdminCommandHandler implements CommandHandler { tryHandle(context: CommandContext): Promise; } //# sourceMappingURL=admin.d.ts.map