import { TypeInfo } from "./info.js";
import { Type } from "../wgsl_ast.js";
export declare function getTypeName(type: TypeInfo | Type): string;
