export declare const CONNECT_EVENT = "connect";
export declare const ERROR_EVENT = "error";
export declare const CLOSE_EVENT = "close";
export declare const SELECT_EVENT = "select";
export declare const EXTENSION_AUTH_EVENT = "extension-auth";
export declare const EXTENSION_WINDOW_CLOSED_EVENT = "extension-window-closed";
export declare type Events = typeof CONNECT_EVENT | typeof ERROR_EVENT | typeof CLOSE_EVENT | typeof SELECT_EVENT | typeof EXTENSION_AUTH_EVENT | typeof EXTENSION_WINDOW_CLOSED_EVENT;
//# sourceMappingURL=events.d.ts.map