import { LeadBoardRO } from '@escapenavigator/types/dist/lead/lead-board.ro'; import { QueryLeadsDto } from '@escapenavigator/types/dist/lead/query-leads.dto'; import { ApiMethodDeclaration } from '..'; type ParamsData = QueryLeadsDto; type ResponseData = LeadBoardRO; export declare const getBoard: ApiMethodDeclaration; export {};