export declare class PermissionSetUsersIDRequestModel { UsersIDs: string[]; PermissionSetId: string; }