import { RPCBase } from "../rpcBase"; export declare function EventManager(this: RPCBase): { instance: () => Promise; attach: (codes: string[], proc?: string) => Promise; detach: (SID: string, codes: string[], proc?: string) => Promise>; destroy: (object: string) => Promise>; confirmEvent: (code: string, index: number, name: string) => Promise; getCaps: () => Promise; getEventLink: (code: string | string[]) => Promise; getEventIndexes: (code: string) => Promise; getEventData: (code: string, index: number, name: string, object: string) => Promise; }; //# sourceMappingURL=EventManager.d.ts.map