import { PDFPage } from 'pdf-lib';
import { Box, Pos } from './box.js';
export declare function createLinkAnnotation(page: PDFPage, box: Box, uri: string): void;
export declare function createNamedDest(page: PDFPage, name: string, pos: Pos): void;
