import { UUID } from '..'; export declare type Placeholder = { type: 'placeholder'; data: { id: UUID; }; };