export declare namespace NOAuth2 {
  interface IResponse {
    access_token: string
  }
}
