/** Enumerates the possible assignment types that the team member can have. */ export declare const TeamMemberAssignedLocationsAssignmentType: { readonly AllCurrentAndFutureLocations: "ALL_CURRENT_AND_FUTURE_LOCATIONS"; readonly ExplicitLocations: "EXPLICIT_LOCATIONS"; }; export type TeamMemberAssignedLocationsAssignmentType = (typeof TeamMemberAssignedLocationsAssignmentType)[keyof typeof TeamMemberAssignedLocationsAssignmentType];