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