/** * @license * Copyright 2022-2024 Matter.js Authors * SPDX-License-Identifier: Apache-2.0 */ /** * Ensure that a cause is an error object. * * We consider anything with a "message" property to be a reasonable error object. */ export declare function errorOf(cause: unknown): Error; //# sourceMappingURL=Error.d.ts.map