export type NgxAuthenticationStatus = 'unset' | 'signed-in' | 'signed-out';
