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