/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * */ export declare const IMPORT_FILE_PARSING_ERROR: any; export declare type IMPORT_FILE_PARSING_ERROR = typeof IMPORT_FILE_PARSING_ERROR; export declare const IMPORT_FILE_EVAL_ERROR: any; export declare type IMPORT_FILE_EVAL_ERROR = typeof IMPORT_FILE_EVAL_ERROR; export declare const DEFAULT_IMPORT: any; export declare type DEFAULT_IMPORT = typeof DEFAULT_IMPORT; export declare const PATH_WITHOUT_NODE: any; export declare type PATH_WITHOUT_NODE = typeof PATH_WITHOUT_NODE; export declare const UNEXPECTED_MEMBER_LOOKUP: any; export declare type UNEXPECTED_MEMBER_LOOKUP = typeof UNEXPECTED_MEMBER_LOOKUP; export declare const IMPORT_PATH_RESOLUTION_ERROR: any; export declare type IMPORT_PATH_RESOLUTION_ERROR = typeof IMPORT_PATH_RESOLUTION_ERROR; export declare const NON_CONSTANT: 'Referenced value is not a constant.\n\n'; export declare type NON_CONSTANT = typeof NON_CONSTANT; export declare const USED_BEFORE_DECLARATION: 'Referenced value is used before declaration.\n\n'; export declare type USED_BEFORE_DECLARATION = typeof USED_BEFORE_DECLARATION; export declare const UNINITIALIZED_CONST: 'Referenced constant is not initialized.\n\n'; export declare type UNINITIALIZED_CONST = typeof UNINITIALIZED_CONST; export declare const UNDEFINED_CONST: 'Referenced constant is not defined.'; export declare type UNDEFINED_CONST = typeof UNDEFINED_CONST; export declare const UNSUPPORTED_OPERATOR: (op: string) => string; export declare type UNSUPPORTED_OPERATOR = typeof UNSUPPORTED_OPERATOR; export declare const OBJECT_METHOD: 'Unsupported object method.\n\n'; export declare type OBJECT_METHOD = typeof OBJECT_METHOD; export declare const UNSUPPORTED_EXPRESSION: (type: string) => string; export declare type UNSUPPORTED_EXPRESSION = typeof UNSUPPORTED_EXPRESSION;