/// <reference types="node" />
declare const createBufferRootWithAcroform: (info: any, form: any) => Buffer;
export default createBufferRootWithAcroform;
