export * from "braintrust";
/**
  Braintrust logger. Intialized with the env vars:

  ```ts
  {
    projectName: process.env.BRAINTRUST_CHATBOT_TRACING_PROJECT_NAME,
    apiKey: process.env.BRAINTRUST_API_KEY,
  }
  ```
 */
export declare const braintrustLogger: import("braintrust").Logger<false>;
//# sourceMappingURL=braintrust.d.ts.map