/**
 Generate PDF header/footer templates

 @param {Output} output
 @param {string} type
 @return {string}
 */
declare function getPDFTemplate(output: any, type: any): any;
export default getPDFTemplate;
//# sourceMappingURL=getPDFTemplate.d.ts.map