export declare class AlertModel { InsertAlertMainInput: InsertAlertMainInput; InsertAlertRSATInput: InsertAlertRSATInput; InsertAlertSOInput: InsertAlertSOInput; InsertAlertDischargeStatementInput: InsertAlertDischargeStatementInput; InsertAlertChecksInput: InsertAlertChecksInput; InsertAlertCSECInput: InsertAlertCSECInput; InsertAlertPCInput: InsertAlertPCInput; InsertAlertCAInput: InsertAlertCAInput; } declare class InsertAlertMainInput { JuvenileID: number; JuvID: string; AlertId: string; AlertBeginDate: any; AlertEndDate: any; AlertContactID: number; AlertComments: string; UserId: string; } declare class InsertAlertRSATInput { RSATRequire: number; RSATTreatmentComments: string; RSATCounselor: number; RSATTreatment: number; RSATTreatmentBeginDate: any; RSATTreatmentEndDate: any; RSATAwaitingBeginDate: any; RSATAwaitingEndDate: any; RSATReasonNotCompleted: string; RSATDateOfReason: any; } declare class InsertAlertSOInput { SORequire: number; SOTreatmentComments: string; SOCounselor: number; SOLevel: number; SOTreatment: number; SOTreatmentBeginDate: any; SOTreatmentEndDate: any; SOAwaitingBeginDate: any; SOAwaitingEndDate: any; SOReasonNotCompleted: string; SOReasonDate: any; SORPPComments: string; SORPPDate: any; } declare class InsertAlertDischargeStatementInput { DischargeStatement: string; } declare class InsertAlertChecksInput { chkSuicidePrevention: number; chkBehaviorProblems: number; chkVictimizationRisk: number; chkReferral: number; } declare class InsertAlertCSECInput { CSECStatus: string; CSECBeginDate: any; CSECEndDate: any; } declare class InsertAlertPCInput { PCSegregated: string; PCStartDate: any; PCEndDate: any; } declare class InsertAlertCAInput { ConfinementType: number; CAStartDate: any; CAEndDate: any; } export {};