/**
 * Velt SDK type definitions.
 * Re-exports Velt types for convenience.
 * NOTE: This is the ONLY place where @veltdev/types should be imported.
 */
export type { CommentAnnotation, Location, Velt, CommentElement, } from '@veltdev/types';
