import type { FactoryAst } from "../ast/ast-helpers"; import type { CompilerContext } from "../context/context"; export declare function evalComptimeExpressions(ctx: CompilerContext, astF: FactoryAst): void;