/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */exportdeclareconstDEPRECATION:string;exportdeclareconstERROR:string;exportdeclareconstWARNING:string;exportdeclareconstformat:(value:unknown)=>string;exportdeclareconstformatPrettyObject:(value:unknown)=>string;exportdeclareclassValidationErrorextendsError{name:string;message:string;constructor(name:string,message:string,comment?:string|null);}exportdeclareconstlogValidationWarning:(name:string,message:string,comment?:string|null|undefined)=>void;exportdeclareconstcreateDidYouMeanMessage:(unrecognized:string,allowedOptions:string[])=>string;