declare const toSlugCode: () => any; declare const valueToSlugCode: (text: string) => string; export { toSlugCode, valueToSlugCode };