import { Variant } from './chess'; export declare function gameType(rated: string | number): string; export declare function aiLevel(title: string, level: number): string; export declare function renderRdiff(rdiff: number): import("snabbdom").VNode; export declare function result(variant: Variant, status: number, result: string): string;