import { type Authenticator } from '../types.js';
declare const identAuth: Authenticator;
export default identAuth;
