/**
 * @file This file contains utility functions imported by the `<Code>` component.
 */

export { useTranslations } from './utils/translations';
export { getStarlightEcConfigPreprocessor } from './integrations/expressive-code';
