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