import { Server } from "../../core"; export declare class AchievementProvider { catalog(server?: Server): Promise; }