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