declare const randUA: (device?: string, browser?: string | null, os?: string | null) => string;

export { randUA };
