import { FastifyInstance } from 'fastify';
declare function loginRoute(fastify: FastifyInstance): Promise<void>;
export default loginRoute;
