import { Literal, UUID } from '../'; export declare type LiteralExpression = { type: 'literalExpression'; data: { id: UUID; literal: Literal; }; };