import { type Command } from "./types.ts";
export declare const State: {
    commands: Record<string, Command>;
};
