import { type DiffsThemeNames } from '@pierre/diffs'; /** * Choose Pierre's palette or the JupyterLab CSS-variable theme. */ export declare function resolveDiffTheme(dark: boolean, pierreTheme: boolean): DiffsThemeNames;