declare const useVercount: () => {
    sitePv: string;
    pagePv: string;
    siteUv: string;
};

export { useVercount };
