import { NgDocKeyword, NgDocPageAnchor } from '@ng-doc/core';
import { EntryMetadata, MarkdownEntry } from '../../interfaces';
/**
 *
 * @param entry
 * @param anchors
 */
export declare function getPageAnchorKeywords(entry: EntryMetadata<MarkdownEntry>, anchors: NgDocPageAnchor[]): Array<[string, NgDocKeyword]>;
