export declare class CreateNotifListDto {
    productId: string;
}
