/** * Gets the payment routes for handling GOV.UK Pay callbacks * @returns {ServerRoute[]} */ export function getRoutes(): ServerRoute[]; export const PAYMENT_RETURN_PATH: "/payment-callback"; export const PAYMENT_SESSION_PREFIX: "payment-"; import type { ServerRoute } from '@hapi/hapi';