/** * Convert a string `fooBAR baz_160054''"1]"` into a slug: `foobar-baz-1600541` */ export declare const stringToSlug: (text: string) => string;