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

export { randUserAgent };
