import { ProfileWaiverRO } from '@escapenavigator/types/dist/profile/waiver/profile-waiver.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = null; type ResponseData = ProfileWaiverRO[]; export declare const queryProfileWaivers: ApiMethodDeclaration; export {};