export declare class StringHelper { static toSlug(str: string | null): string | null; static toTitlecase(str: string | null): string | null; }