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