import { Command } from "../types/commands.js"; export declare function validateCommand(command: Command): void;