import { LanguageRegistration } from 'shiki'; declare function resolveLang(lang: string): Promise; type ShikiResolveLang = typeof resolveLang; export type { ShikiResolveLang };