import { ThemeOptionsEnum } from './theme-options.enum'; export declare type ChangeThemeOptions = { name: ThemeOptionsEnum; targetProject: string; };