import type { AuthInterface } from "./AuthInterface.js"; export interface StrategyInterface { (...args: StrategyOptions): AuthInterface; }