export declare function isSegmentNavigationKey(key: string): boolean;
export declare function isNumberString(value: string): boolean;
export declare function isAcceptableSegmentKey(key: string): boolean;
export declare function getSegmentElements(parentElement: HTMLElement): Element[];