type ThemeColors = Record; interface OldConfig { settings?: { theme?: { colors?: { light?: ThemeColors; dark?: ThemeColors; }; [key: string]: unknown; }; [key: string]: unknown; }; [key: string]: unknown; } export declare const migration030RemoveThemeHoverColors: import("./types.js").SchemaMigration; export {}; //# sourceMappingURL=migration-030-remove-theme-hover-colors.d.ts.map