import PDFPageLeaf from '../../core/structures/PDFPageLeaf'; import { PdfAsset } from './types'; /** * Extract typed text, image, and vector graphics assets from a page's content streams. */ export declare const extractPageContents: (page: PDFPageLeaf) => PdfAsset[]; //# sourceMappingURL=extractPageContents.d.ts.map