import isaacConnection from "../../controller/isaac.js";
import { IsaacEvent } from "./event.js";
import { IsaacEventType } from "./types.js";
export declare class EventController {
    private isaacConn;
    constructor(connection: isaacConnection);
    GetEvents(): Promise<IsaacEvent[]>;
    GetEvent(id: number): Promise<IsaacEventType>;
}
//# sourceMappingURL=index.d.ts.map