import { TPackageCromwellConfig, TThemeConfig, TThemeEntity } from '@cromwell/core'; export declare const findTheme: (themeName: string) => Promise; export declare type TAllThemeConfigs = { themeConfig: TThemeConfig | null; userConfig: TThemeConfig | null; themeInfo: TPackageCromwellConfig | null; }; /** * Get currently active Theme's configs from DB * @param themeName specify Theme to get config from, otherwise it will return from an active theme */ export declare const getThemeConfigs: (themeName: string) => Promise; //# sourceMappingURL=theme-config.d.ts.map