import { Canvas } from "canvas";
import { charData } from "../types/starrail";
export declare function renderImg(data: charData): Promise<Canvas>;
