import { Const, Alias, Struct } from "../wgsl_ast.js"; export declare class ParseContext { constants: Map; aliases: Map; structs: Map; }