export * from "./client.js"; import { ProjectsClient, type ProjectsClientOptions } from "./client.js"; export declare const PROJECTS_API_URL_ENV = "PROJECTS_API_URL"; export declare const PROJECTS_API_KEY_ENV = "PROJECTS_API_KEY"; /** * Build a ProjectsClient from the environment (hosted connection): * PROJECTS_API_URL — base URL of projects-serve (behind the ALB) * PROJECTS_API_KEY — issued API key (hasna_projects_…) */ export declare function createProjectsClientFromEnv(env?: Record, overrides?: Partial): ProjectsClient; //# sourceMappingURL=index.d.ts.map