import ConstantAST from './ConstantAST'; import AST from './AST'; import * as Types from '@glossa-glo/data-types'; export default class StringConstantAST extends ConstantAST { readonly value: Types.GLOString; dataType: typeof Types.GLOString; constructor(value: Types.GLOString); promoteMap: Map AST>; } //# sourceMappingURL=StringConstantAST.d.ts.map