import { ApiMethodDeclaration } from '../..'; type ParamsData = { orderId: number; }; type ResponseData = any; export declare const getWaiverPdf: ApiMethodDeclaration; export {};