export { createHighlighter } from './core.ts'; export { createShorthands } from './shorthands.ts'; export type { CreateShorthandsOptions } from './shorthands.ts'; export type { Highlighter, HighlighterBundle, InferLangs, InferThemes, Langs, LangsMap, Shorthands, Themes, ThemesMap, } from './types.ts';