declare const allCommands: {
    group: string;
    title: string;
    commands: {
        name: string;
        description: string;
    }[];
}[];
export default allCommands;
