import { SurveyTemplateRO } from '@escapenavigator/types/dist/survey/survey-template.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = undefined; type ResponseData = SurveyTemplateRO[]; export declare const getSurveyTemplates: ApiMethodDeclaration; export {};