import { SlotRO } from '@escapenavigator/types/dist/slot/slot.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = string; type ResponseData = SlotRO[]; export declare const allDaySlots: ApiMethodDeclaration; export {};