import { ApiMethodDeclaration } from '..'; type ParamsData = { date: string; }; type ResponseData = { date: string; workingHours: number; }; export declare const getWorkingHoursByDate: ApiMethodDeclaration; export {};