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