/**
* Checks if a Y.js value has been deleted or its document destroyed.
*
* @param yjsValue The Y.js value to check.
* @returns `true` if the value is deleted or destroyed, `false` otherwise.
*/exportdeclarefunctionisYjsValueDeleted(yjsValue: unknown): boolean;