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