export declare const geistShikiTheme: { name: string; type: "dark"; colors: { "editor.foreground": string; "editor.background": string; }; tokenColors: ({ scope: string[]; settings: { foreground: string; }; } | { scope: string; settings: { foreground: string; }; })[]; }; //# sourceMappingURL=shiki-theme.d.ts.map