export interface OAuthClient { application_name: string; client_id: string; redirect_url: string; } //# sourceMappingURL=OAuthClient.d.ts.map