import { ValidationError } from 'class-validator'; export declare function validateSettingsWithUrlDto(data: object): ValidationError[];