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