export declare type UsersAssocTypes = { id: number; slug?: string | null; primaryName?: string | null; primaryNamePlural?: string | null; secondaryName?: string | null; secondaryNamePlural?: string | null; createdAt: string; updatedAt: string; deletedAt?: string | null; };