/** * 用于`byteLength`的内部实现。 * * @example * _getByteLength({byteLength: 1}) * => 1 * * @param key 给定键 */ export declare const _getByteLength: (key: unknown) => number;