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