export declare namespace NAuth {
  interface IAuth {
    accessToken: string
  }
}
