import { ApiBase } from '../../base/apiBase';
/**
 * /v2/worldbosses Api
 */
export declare class WorldBossesApi extends ApiBase {
    /**
     * Returns information about scheduled World bosses in Core Tyria that reward boss chests that can be be opened once a day in-game.
     */
    get(): Promise<string[]>;
}
