import { UUID } from '../'; export declare type Identifier = { id: UUID; string: string; isPlaceholder: boolean; };