import { ApplicationScope } from "../ApplicationScope"; export declare const bulkUploadAppointments: (applicationScope: ApplicationScope, minApptId: number, maxApptId: number) => Promise; export declare const bulkUploadAppointmentsChunked: (applicationScope: ApplicationScope, startingIndex: number) => Promise;