import { NgDocPageKeyword } from '@ng-doc/builder';
import { NgDocPageAnchor } from '@ng-doc/core';
/**
 *
 * @param key
 * @param title
 * @param path
 * @param anchor
 */
export declare function constructPageKeyword(key: string, title: string, path: string, anchor: NgDocPageAnchor): NgDocPageKeyword;
