import { SapCompletions } from './completions.ts'; import type { OpenAI } from 'openai'; /** * Wraps `Chat` exposing only `completions`. * @experimental This class is experimental and may change at any time without prior notice. */ export declare class SapChat { readonly completions: SapCompletions; /** @internal */ constructor(client: OpenAI); } //# sourceMappingURL=chat.d.ts.map