import { DeclarationReflection, ProjectReflection } from 'typedoc';
export declare function getHierarchyRoots(project: ProjectReflection): DeclarationReflection[];
