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