import { Server } from "../../core";
export declare class RatingProvider {
    top100(server: Server): Promise<unknown>;
}
