import { OrderParticipantsRO } from '@escapenavigator/types/dist/order/waivers/order-participants.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { orderId: number; }; type ResponseData = OrderParticipantsRO; export declare const getOrderParticipants: ApiMethodDeclaration; export {};