import { PdfOperation } from '../types'; export declare const applyOperations: (sourceBytes: Uint8Array, operations: PdfOperation[]) => Promise;