import { ProfileActionRO } from '@escapenavigator/types/dist/profile/action/profile-action.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { id: number; }; type ResponseData = ProfileActionRO; export declare const updateAction: ApiMethodDeclaration; export {};