import { AgbRO } from '@escapenavigator/types/dist/agb/agb.ro'; import { ApiMethodDeclaration } from '..'; /** ID профиля */ type ParamsData = undefined; type ResponseData = AgbRO[]; export declare const getAll: ApiMethodDeclaration; export {};