AstConstantDecl: {
    attributes: readonly ConstantAttribute[];
    id: number;
    kind: "constant_decl";
    loc: SrcInfo;
    name: AstId;
    type: AstType;
}