import { Response, NextFunction } from 'express';
export declare function authCallback(req: any, res: Response, next: NextFunction): Promise<Response<any, Record<string, any>>>;
