export declare const DARK_THEME = "gh/fisheva/Eva-Theme@master/themes/Eva-Dark"; export declare const LIGHT_THEME = "npm/shiki@0.14.1/themes/github-light"; export declare const FALLBACK_LANG = "Plain Text"; /** * Note: Use it carefully because it is not a valid language registration. */ export declare const PLAIN_TEXT_REGISTRATION: { id: string; scopeName: string; /** * Do not use this path. It is only used to match the type of `ILanguageRegistration` * * @deprecated */ path: "PLEASE-DO-NOT-USE-THIS"; aliases: string[]; }; //# sourceMappingURL=consts.d.ts.map