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