declare namespace _exports {
    export { PdfAttachOptions };
}
declare const _exports: Record<keyof PdfAttachOptions, import("../index").OptionDetails>;
export = _exports;
type PdfAttachOptions = {
    /**
     * Print copyright and version info.
     */
    printVersionInfo?: boolean | undefined;
    /**
     * Replace embedded file with same name (if it exists).
     */
    replace?: boolean | undefined;
};
