import Node from "../core/Node.js";

export const spritesheetUV: (
    countNode: Node,
    uvNode?: Node,
    frameNode?: Node,
) => Node;
