/**
 * Describes index keys for any type
 */
export declare type Key = string | number | symbol;
