export declare type SlugStr = string; export declare class Slugs { static calculate(text: string, lang?: string): SlugStr; }