import {FastifyRequest, FastifyReply} from 'fastify' export async function startModel(req: FastifyRequest, res: FastifyReply): Promise { } export async function stopModel(req: FastifyRequest, res: FastifyReply): Promise { }