export declare const withCommands: (commandList: any) => (baseClass: any) => any;
export declare const combineCommands: (commandList: any) => any;
