export declare function userAgent(agent: string): {
    browser: any;
    version: any;
    os: any;
    platform: any;
    source: any;
    type: string;
};
