import { CommandResponse } from "./types/commands.js";
export declare const validate: (body: CommandResponse) => Promise<void>;
