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