export declare const createId: () => number; export declare const isBrowser: () => boolean; export declare const reverse: (arr: T[]) => T[]; export declare const rgbToRgba: (rgb: string, alpha: number) => string; export declare const classes: (...args: (string | undefined)[]) => string; export declare const generateMessage: () => string;