export declare class UtilService {
    static uncapitalize(value: string): string;
    static isEmptyObject(emptyOrNotObject: any): boolean;
}
