import { LeadRO } from '@escapenavigator/types/dist/lead/lead.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = { id: number; }; type ResponseData = LeadRO; /** Гасит заявку в бейдже «новые»: пишется только первый просмотр. */ export declare const markViewed: ApiMethodDeclaration; export {};