import type { Authenticator } from 'integreat';
import type { Authentication, AuthOptions } from './types.js';
declare const oauth2: Authenticator<Authentication, AuthOptions>;
export default oauth2;
