import type { HttpClient } from '../../../../../services/index.ts'; declare const downloadCheckPdf: (http: HttpClient) => { query: (input: { checkId: string; }) => Promise<[Blob, string]>; }; export default downloadCheckPdf;