export declare class SlugService { constructor(); slug(str: string): string; }