import PoeNinja from "../../../../../AbstractClass/PoeNinja";
/**
 * Represents a module for handling invitations.
 */
export declare class InvitationModule extends PoeNinja {
    /**
     * Creates an instance of InvitationModule.
     * @param league - The league name.
     * @param typeName - The type name.
     */
    constructor(league: string, typeName: string);
}
