export default function checkVersion(): Promise<{
    fontlist: string[];
    useVer: string;
    baseUrl: string;
}>;
