import type { FastifyInstance } from "fastify";
export declare const stripeHook: (req: any, res: any) => Promise<void>;
export declare const setStripeRoutes: (app: FastifyInstance) => void;
