import { ProfileWaiverRO } from '@escapenavigator/types/dist/profile/waiver/profile-waiver.ro'; import { UpdateProfileWaiverDto } from '@escapenavigator/types/dist/profile/waiver/update-waiver.dto'; import { ApiMethodDeclaration } from '../..'; type ParamsData = UpdateProfileWaiverDto; type ResponseData = ProfileWaiverRO; export declare const getProfileWaiver: ApiMethodDeclaration; export {};