import { Application } from "express";
declare function addAuthenticationRoutes(app: Application): void;
export default addAuthenticationRoutes;
