import { Program, UserAgency } from '@prutech/identity-client'; import { LookupModel } from '../../../shared/models/lookup-model'; export declare class SchoolITADetails { id: number; itaDetailsId: number; requestingAgency: UserAgency | LookupModel; programType: Program | LookupModel; contactName: string; contactPhone: string; isthisTrainingProviderANonDegreegrantingProprietarySchool: boolean; isThisTrainingProviderAnInstitutionOfHigherEducation: boolean; isThisTrainingProviderCourseCurriculumApprovedByANYSAgency: boolean; hasTheTrainingProviderSubmittedProofOfTheCurriculumApprovalLetter: boolean; isThisTrainingProviderOnTheNewYorkStateWTPLorETPL: boolean; indicateTheWTPLOrganizationalIDNumber: string; isThisProvidersOccupationalTrainingRelatedToAHighDemandOccupation: boolean; specifyOccupation: string; whatIsTheProvidersAverageTrainingCostPerHour: string; willTheProviderAcceptAPerformanceBasedVoucher: boolean; doesTheProviderOfferACredentialUponCompletionOfTheTraining: boolean; isAnExamRequiredToObtainAStateWideorOtherRecognizedCredential: boolean; constructor(data: unknown); }