export declare class AuthenticationListener { readonly callback: (props: { userId?: string; }) => void; constructor(callback: (props: { userId?: string; }) => void); remove(): void; }