export function bytesForHuman(bytes: any, decimals?: number): string;
export function uniqueArr(arr: any): any[];
export function loopMerged(merged: any): any;
export function checktype(obj: any): any;
