import { ApplicationScope } from "../ApplicationScope"; export declare const bulkUploadPatients: (applicationScope: ApplicationScope, minimumId: number, maximumId: number) => Promise; export declare const bulkUploadPatientsChunked: (applicationScope: ApplicationScope, startingIndex: number) => Promise;