export declare enum CommandMode {
    Legacy = 1,
    Slash = 2,
    Both = 3
}
