/** * Creates an afterLogin hook that populates the user's role * This ensures the role object is fully available in the login response */ export declare const createAfterLoginHook: () => ({ user, req }: any) => Promise; //# sourceMappingURL=afterLoginHook.d.ts.map