type Constructor = new (...args: any[]) => any; export declare const SetCommandContext: () => (constructor: Constructor) => void; export {};