import type { TCustomConfig } from 'librechat-data-provider'; export declare function loadOCRConfig(config?: TCustomConfig['ocr']): TCustomConfig['ocr'] | undefined;