/** * Creates an afterRead hook that populates the user's role when the user is loaded * This ensures the role object is always available when the user is fetched * This runs after authentication and whenever the user document is read */ export declare const createAfterReadHook: () => ({ doc, req }: any) => Promise; //# sourceMappingURL=afterReadHook.d.ts.map