import type { EventTypes } from './event-types';
export interface OidcClientNotification<T> {
    type: EventTypes;
    value?: T;
}
//# sourceMappingURL=notification.d.ts.map