import { AllProfileContctsRO } from '@escapenavigator/types/dist/profile/contacts/all-profile-contacst.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { profileId: number; }; type ResponseData = AllProfileContctsRO; export declare const getContacts: ApiMethodDeclaration; export {};