Version: 1.0.01.0.11.1.01.1.11.1.21.2.01.2.11.2.21.3.01.4.01.4.11.5.01.5.11.5.21.5.31.6.01.6.11.7.01.8.01.8.11.9.01.9.11.9.21.9.31.10.01.10.11.11.01.12.01.13.01.13.11.14.01.15.01.16.01.16.11.17.01.17.11.18.01.18.11.18.21.18.31.18.41.18.51.19.01.19.11.19.21.19.31.19.41.19.51.20.01.21.01.22.01.23.01.23.11.24.01.24.11.25.01.26.01.27.01.27.11.28.01.28.11.29.01.30.01.31.02.0.02.1.02.2.02.3.02.4.02.5.02.6.02.6.12.7.02.7.12.7.22.7.32.7.42.8.02.8.12.9.0
import { CustomError } from './custom-error';
export declare class ValidationError extends CustomError {
constructor(message: string);
}