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