import { OrderSurveyToFillRO } from '@escapenavigator/types/dist/survey/order-survey-to-fill.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = { token: string; }; type ResponseData = OrderSurveyToFillRO; export declare const getSurveyToFill: ApiMethodDeclaration; export {};