UNPKG

@promptbook/vercel

Version:

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

13 lines (12 loc) 555 B
import type { AutomaticTranslator } from './automatic-translators/AutomaticTranslator'; import type { TranslatorOptions } from './automatic-translators/TranslatorOptions'; /** * @private still in development [🏳] */ export declare function translateMessages({ automaticTranslator, from, to, }: { automaticTranslator: AutomaticTranslator; } & TranslatorOptions): Promise<void>; /** * TODO: [😶] Unite folder listing * Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment */