import { ProfileHolidayRO } from '@escapenavigator/types/dist/holiday/profile-holiday.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = undefined; type ResponseData = ProfileHolidayRO[]; export declare const resync: ApiMethodDeclaration; export {};