import type { ICommand, ICommandResult } from '../../interfaces';
import type { HostSwitchFacade } from '../HostSwitchFacade';
export declare class EditProfileCommand implements ICommand {
    private facade;
    private profileName;
    constructor(facade: HostSwitchFacade, profileName: string);
    execute(): Promise<ICommandResult>;
}
//# sourceMappingURL=EditProfileCommand.d.ts.map