import CommandBase from './commandBase';
export default class SaveMacroWithPartial extends CommandBase {
    commandName: string;
    method(macro: any): any;
}
