import { ContestConfig } from './config';
export declare function generatePDF(config: ContestConfig): Promise<string>;
