export declare function utf8ToHex(utf8Str: any): string;
export declare function capitalizeFirst(text: string): string;
