import CommandBase from './commandBase';
export default class UmbracoContextMenuAction extends CommandBase {
    _commandName: string;
    method(actionName: any): any;
}
