import { Transform } from "node:stream"; //#region src/index.d.ts declare function stacksvg(): Transform; //#endregion export { stacksvg };