import type { Ref } from '@stacksjs/stx'; /** * Check if a ref value is defined (not null or undefined). */ export declare function isDefined(v: Ref): v is Ref>;