export declare function parseARGB(argb: string): { a: number; r: number; g: number; b: number; }; export declare function uuid(): string;