import * as _storyteller_platform_mapping from '@storyteller-platform/mapping'; declare function slugify(text: string, locale: Intl.Locale): Promise<{ result: string; mapping: _storyteller_platform_mapping.Mapping; }>; export { slugify };