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