import { Request, Response, NextFunction } from 'express';
export declare const serviceAuth: (req: Request, res: Response, next: NextFunction) => void;
//# sourceMappingURL=serviceAuth.middleware.d.ts.map