import type { TuiDocRoutePage, TuiDocRoutePageGroup } from '@taiga-ui/addon-doc/types';
export declare function tuiSortPages<T extends TuiDocRoutePage | TuiDocRoutePageGroup>(pages: readonly T[], excludeSections?: Set<string>): readonly T[];
