/** * 用于`length`的内部实现。 * * @example * _getLength([1, 2, 3]) * => 3 * * @param key 给定键 */ export declare const _getLength: (key: unknown) => number;