export declare function useGetEncodedGaId(): {
    encodedGaId: string;
    gaId: string;
};
