//#region src/auth/types.d.ts
type GetAuth<Ctx = unknown, Auth = unknown> = (ctx: Ctx) => Auth;
//#endregion
export { GetAuth as t };