import { DiffsThemeNames, ThemeRegistrationResolved } from "../../types.js";

//#region src/highlighter/themes/themeResolution.d.ts
declare function prepareThemeResolution(themeName: DiffsThemeNames): void;
declare function validateResolvedThemeName(themeName: DiffsThemeNames, theme: ThemeRegistrationResolved): void;
//#endregion
export { prepareThemeResolution, validateResolvedThemeName };
//# sourceMappingURL=themeResolution.d.ts.map