export declare enum ProgramAccessTypeEnum {
    PUBLIC = "PUBLIC",
    INTERNAL = "INTERNAL",
    RESTRICTED = "RESTRICTED"
}
