import AdminBro from "admin-bro";
import { Router } from "express";
export declare const withLogout: (router: Router, admin: AdminBro) => void;
