declare const simpleSlugify: (string: string) => string; export default simpleSlugify;