import PoeWatch from "../../../../AbstractClass/PoeWatch";
/**
 * Subclass of PoeWatch for accessing beast data.
 */
export declare class BeastModule extends PoeWatch {
    /**
     * Creates a new instance of BeastModule.
     * @param league - The league from which the data will be fetched.
     */
    constructor(league: string);
}
