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