/** Retrieve normalized property name */
export declare const getPropName: (keys: (string | number)[]) => string;
