import { RemoteRenderOpts } from "../interfaces";
import { h } from "koishi";
export declare const renderRemoteMap: (mapId: string, opts: RemoteRenderOpts) => Promise<h>;
export declare const renderRemoteRank: (uid: string, platform: string, renderOpts: RemoteRenderOpts) => Promise<h>;
export declare const renderRemoteScore: (scoreId: string, platform: string, renderOpts: RemoteRenderOpts) => Promise<h>;
