export declare class Util { static ucfirst(str: string): string; static parseComment(value: string): { id: string; comment: string; }; static buildComment(id: string, comment: string): string; }