/**
 * Onboarding Routes
 *
 * Public and authenticated endpoints for in-plugin onboarding:
 * tier selection, mock payment checkout, and subscription status.
 */
declare const router: import("express-serve-static-core").Router;
export default router;
//# sourceMappingURL=onboarding.d.ts.map