import { Memax } from "memax-sdk"; /** Get the shared SDK client instance (lazily created) */ export declare function getClient(): Memax; /** Get an unauthenticated SDK client for auth bootstrap/refresh flows */ export declare function getPublicClient(): Memax; /** Reset the cached client (useful after login/logout) */ export declare function resetClient(): void; export declare function setClientAgent(agentID?: string): void; export declare function getAuthHeaders(): Promise>; //# sourceMappingURL=client.d.ts.map