export declare const enum CommandLane {
    Main = "main",
    Cron = "cron",
    Subagent = "subagent",
    Nested = "nested"
}
