import type { Authenticator } from '../types.js';
import type { AuthOptions } from '../service/types.js';
export interface ValidateOptions extends AuthOptions {
identId?: string;
}
declare const optionsAuth: Authenticator;
export default optionsAuth;