import type { AuthInfo } from "./types"; export type AuthClaims = Omit; /** Normalize the Rust wire envelope into the public function auth shape. */ export declare function normalizeAuthClaims(raw: Record): AuthClaims;