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