export declare class ConfirmAttendanceImportDto {
    batchId: string;
}
