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