import { OpenapiSlotEnrichedRO } from '@escapenavigator/types/dist/openapi/slots/openapi-slot-enriched.ro'; import { SlotDetailsDto } from '@escapenavigator/types/dist/slot/slot-details.dto'; import { ApiMethodDeclaration } from '..'; type ParamsData = SlotDetailsDto; type ResponseData = OpenapiSlotEnrichedRO; export declare const slotDetails: ApiMethodDeclaration; export {};