import type { standardLanguages } from '@scalar/code-highlight'; /** A standard language key supported by the code-highlight library */ export type StandardLanguageKey = keyof typeof standardLanguages; //# sourceMappingURL=types.d.ts.map