import { Pattern, Placeholder, TypeAnnotation, UUID } from '..'; export declare type AssociatedValue = Placeholder | { type: 'associatedValue'; data: { id: UUID; label?: Pattern; annotation: TypeAnnotation; }; };