import { ProfileRO } from '@escapenavigator/types/dist/profile/profile.ro'; import { UpdateCurrentGaDto } from '@escapenavigator/types/dist/profile/update-current-ga.dto'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { data: UpdateCurrentGaDto; }; type ResponseData = ProfileRO; export declare const updateGa: ApiMethodDeclaration; export {};