export declare type BaseBodyUserAssocs = { userPrimaryId: number; userSecondaryId: number; usersAssocTypesId: number; sync?: boolean; };