export declare type ProductVisibility = { id: number; slug: string; name: string; description?: string | null; color: string; colorBackground: string; createdAt: string; updatedAt: string; deletedAt?: string | null; };