import { SummarizerType } from '../../util/summarizer';
export declare function detectSummarizationType(inputPath: string): Promise<SummarizerType>;
