import type { PdfProvider } from '../types.js';
export declare function createPdfProvider(providerType: string, config: any): PdfProvider;
