import { ProfileAgbRO } from '@escapenavigator/types/dist/profile/agb/profile-agb.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = undefined; type ResponseData = ProfileAgbRO; export declare const getProfileAgb: ApiMethodDeclaration; export {};