import { charData } from "../types/starrail";
export declare function calculateScore(json: charData, weightData?: number | string | null): charData;
