/** * Get the original cause of the error if it is a `SchemaValidationError`. * * This is useful so that we don't rethrow the same error type. * * @param error - The error to extract the cause from. */ declare const getErrorCause: (error: unknown) => unknown; export { getErrorCause }; //# sourceMappingURL=utils.d.ts.map