import { type RouteHandlerMethod } from 'fastify';
declare const cryptopayHandler: RouteHandlerMethod;
export default cryptopayHandler;
