export declare class Utils { static createHtmlId(): string; static createByte(): string; static createBytes(len: number): string; }