export declare class UtilsService { constructor(); slugify(text: string): string; guid(): string; }