UNPKG

@promptbook/remote-client

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

11 lines (10 loc) 260 B
import type { AutomaticTranslator } from './AutomaticTranslator'; /** * Still in development [🏳]. * * @private */ export declare class FakeAutomaticTranslator implements AutomaticTranslator { constructor(); translate(message: string): string; }