import { charData } from "../types/starrail";
export declare function parseChar(data: any, index: number): charData | null;
