export declare const Context: { current: string[]; }; export declare const setDefaultCommandContext: (commandContext: string[]) => void; export declare function getCurrentContext(): string[];