UNPKG

@promptbook/google

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

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