import CommandBase from './commandBase';
export default class UmbracoInstall extends CommandBase {
    _commandName: string;
    method(username?: string, password?: string, connectionString?: string): void;
}
