import type { IThemeRecord } from '../types/theme.js'; export function $getThemeName(themeName: K): K { return themeName; }