declare namespace _exports {
    export { PdfUniteOptions };
}
declare const _exports: Record<keyof PdfUniteOptions, import("../index").OptionDetails>;
export = _exports;
type PdfUniteOptions = {
    /**
     * Print copyright and version information.
     */
    printVersionInfo?: boolean | undefined;
};
