import AdminJS from "adminjs";
import { Router } from "express";
import { AuthenticationOptions } from "../types.js";
export declare const withLogout: (router: Router, admin: AdminJS, auth: AuthenticationOptions) => void;
