import { Identifier, TypeAnnotation, UUID } from '..'; export declare type TypeIdentifierTypeAnnotation = { type: 'typeIdentifier'; data: { id: UUID; identifier: Identifier; genericArguments: TypeAnnotation[]; }; };