import { CurrentUserRO } from '@escapenavigator/types/dist/user/current/current-user.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = undefined; type ResponseData = CurrentUserRO; export declare const me: ApiMethodDeclaration; export {};