declare function ValidationError(message: string): void; declare namespace ValidationError { var prototype: any; } export default ValidationError;