import ConstantAST from './ConstantAST'; import AST from './AST'; import { GLOBoolean, GLODataType } from '@glossa-glo/data-types'; export default class TrueConstantAST extends ConstantAST { readonly value: GLOBoolean; dataType: typeof GLOBoolean; promoteMap: Map AST>; } //# sourceMappingURL=TrueConstantAST.d.ts.map