declare enum DataCollectionType {
    ONSITE = "ONSITE",
    OFFSITE = "OFFSITE"
}
export { DataCollectionType };
