export declare type ApiBodyProductManager = { type: string; userId: number; productId: number; public: boolean; description?: string | null; };