import { Server } from '../types/fastify'; declare const _default: (app: Server) => Promise; export default _default;