import MainRequest from '../MainRequest';
export default function AuthSysMiddleware(request: MainRequest, response: any, next: any): Promise<void>;
