export * from "./client.js"; export { SessionsApi as SessionsClient } from "./client.js"; import { SessionsApi, type SessionsApiOptions } from "./client.js"; /** * Build a SessionsApi client from the environment (SESSIONS_API_URL + * SESSIONS_API_KEY), the Hasna self_hosted client convention. Overrides win. * * The API URL and key resolve through @hasna/contracts/client at call time — * argument, deliberate override/profile, disk, then the deprecated legacy env * tier — so a long-lived process picks up a key rotation instead of serving a * process-start snapshot. */ export declare function createSessionsClientFromEnv(overrides?: Partial, env?: NodeJS.ProcessEnv): SessionsApi; //# sourceMappingURL=index.d.ts.map