export interface IPageReferenceOptions {
    readonly hyperlink?: boolean;
    readonly useRelativePosition?: boolean;
}
