/** * One-shot identity hydrate for a fresh Athena client (post sign-in reload). * Mirrors the store into the BAUI `["auth", "getSession"]` cache so plugin * hooks can read `data?.user.id`. Session consumers stay observers. */ export declare function AthenaSessionBootstrap(): null;