import { Bookmark } from "../../../public/bookmark"; /** * Retrieve the document's outline bookmarks via the {@code Pdfium_Bookmark_GetBookmarksDescriptor} * unary RPC. Mirrors {@code IronPdf.PdfDocument.Bookmarks} on the C# side. */ export declare function getBookmarks(id: string): Promise; //# sourceMappingURL=bookmarks.d.ts.map