import { PngNodeType } from "../public/png/constants.js";
import { Node } from "./common.d.ts";
export type PngNode = Node<PngNodeType>;