import { RouterContext } from 'rou3';

declare const addReferralRoutes: (router: RouterContext) => Promise<void>;

export { addReferralRoutes };
