import { Run } from "../run";
import type { IPageReferenceOptions } from "./pageref-properties";
export declare class PageReference extends Run {
    constructor(bookmarkId: string, options?: IPageReferenceOptions);
}
