import { NextFunction, Request, Response } from 'express-serve-static-core'; export declare const getCommonAuthCallback: (actionParams: any, req: Request, res: Response, next: NextFunction) => (err: any, user: UserInstance, info: any) => void | Response; export declare const getRefreshTokenCallback: (req: Request, res: Response, next: NextFunction) => (err: any, user: UserInstance, info: any) => void | Response;