import type { MagentoTheme, RawTheme } from "#magento/model"; export declare function resolveThemes(themes: RawTheme[]): MagentoTheme[]; export declare function parseRegisteredThemes(output: string): RawTheme[];