import type { Langsmith } from '../client.js'; export declare abstract class APIResource { protected _client: Langsmith; constructor(client: Langsmith); }