/** * Generate a URL slug for the given text. * * @group Core */ export declare function slugify(text: string): string; //# sourceMappingURL=slugify.d.ts.map