import { Config } from "../types";
export declare function generatePdf(oas: string, config?: Partial<Config>): Promise<Buffer<ArrayBufferLike>>;
