@promptbook/remote-client
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
10 lines (9 loc) • 576 B
TypeScript
/**
* Definitions for all formats supported by Promptbook
*
* @private internal index of `...` <- TODO [🏢]
*/
export declare const FORMAT_DEFINITIONS: readonly [import("./_common/FormatParser").FormatParser<string, string, any, any>, import("./_common/FormatParser").FormatParser<string, string, any, any>, import("./_common/FormatParser").FormatParser<string, string, any, any>, import("./_common/FormatParser").FormatParser<string, string, import("./csv/CsvSettings").CsvSettings, any>];
/**
* Note: [💞] Ignore a discrepancy between file name and entity name
*/