import { Expression, UUID } from '..'; export declare type ArrayLiteral = { type: 'array'; data: { id: UUID; value: Expression[]; }; };