import { MLCEngineInterface } from "../types"; import { Completions } from "./chat_completion"; export declare class Chat { private engine; completions: Completions; constructor(engine: MLCEngineInterface); } //# sourceMappingURL=apis.d.ts.map