import type { Theme } from '../types/index.js'; export declare function loadTheme(themeNameOrPath?: string): Promise; export declare function getBuiltInThemes(): string[];