declare global {
    namespace Chance {
        interface Chance {
            useragent: () => string;
        }
    }
}
export declare const useragent: (chance: Chance.Chance) => string;
//# sourceMappingURL=useragent.d.ts.map