import { CommandContainer } from './command-container';
/** The minecraft command data set */
export declare namespace CommandData {
    /** The edu command data set */
    const Edu: CommandContainer;
    /** The vanilla command data set */
    const Vanilla: CommandContainer;
    /** The execute sub command data set */
    const ExecuteSubcommands: CommandContainer;
    /** All the vanilla commands */
    const VanillaCommands: string[];
    /** All the edu commands */
    const EduCommands: string[];
}
//# sourceMappingURL=command-data.d.ts.map