export declare const ERROR_PREVIEW_CHARS = 50; export declare const RESULT_PREVIEW_CHARS = 5000; export declare const READ_SIMPLE_PREVIEW_CHARS = 5000; export declare function previewText(text: string, maxChars: number, suffix?: string): string; //# sourceMappingURL=preview.d.ts.map