import { ProfileEmailRO } from '@escapenavigator/types/dist/profile/email/profile-email.ro'; import { ApiMethodDeclaration } from '../..'; /** Поиск по названию организации и контактному телефону */ type ParamsData = { profileEmailId: number; }; type ResponseData = ProfileEmailRO; export declare const getCustomerEmail: ApiMethodDeclaration; export {};