export declare class KeyName {
    private constructor();
    static isArraySegment(segment: string): boolean;
}
