// Fetches the server-rendered PDF for a submission row and triggers a browser // download. Throws on failure so the caller can surface an error. export declare const downloadSubmissionReport: (row: any) => Promise; //# sourceMappingURL=submissionReportDownload.d.ts.map