import type { DocumentProcessor } from './types.js';
/**
 * Dynamically loads and returns a processor instance for the given task key.
 * @param key Document key as defined in processor-config.json
 * @throws Error if no entry or class cannot be found
 */
export declare function createProcessor(key: string): Promise<DocumentProcessor>;
//# sourceMappingURL=ProcessorFactory.d.ts.map