import { PdfPageSelection } from "../../../public/types"; import { HtmlAffix, TextAffix } from "../../../public/affix"; export declare function addHtmlAffix(id: string, pdfPageSelection: PdfPageSelection, htmlAffix: HtmlAffix, isHeader: boolean): Promise; export declare function addTextAffix(id: string, pdfPageSelection: PdfPageSelection, textAffix: TextAffix, isHeader: boolean): Promise; //# sourceMappingURL=headerFooter.d.ts.map