import { SummarizerType } from '../../util/summarizer';
/**
 * Auto-detects the summarization type based on the input path.
 */
export declare function detectSummarizationType(inputPath: string): Promise<SummarizerType>;
