import { Declaration, UUID } from '..'; export declare type DeclarationStatement = { type: 'declaration'; data: { id: UUID; content: Declaration; }; };