export declare namespace drandom { function getRandomString(): string; function getRandomId(length?: number): string; function getRandomColor(): string; function generateFriendlyId(): string; function getRandomColorList(size?: number): string[]; function getRandomCapString(len?: number): string; }