import { UpdateWishlistByIdDto } from '../type';
export declare class UpdateWishlistByIdValidator {
private objectValidator;
private stringValidator;
private booleanValidator;
constructor();
validate(body: UpdateWishlistByIdDto, location: string): void;
}