export declare const sanitizeSpecialChars: (str: string) => string; export declare const capitalizeFirstChar: (str: string) => string;