import { type LightAuthRouter } from "../models/light-auth-router";
export declare const createLightAuthRouter: () => LightAuthRouter;
