export type UserAgentData = {
    brands: {
        brand: string;
        version: string;
    }[];
    platform: string;
    mobile: boolean;
};
//# sourceMappingURL=types.d.ts.map