import { UUID } from '..'; export declare type StringLiteral = { type: 'string'; data: { id: UUID; value: string; }; };