import { FastUtf8 } from "fast-utf8"; /** * オブジェクトキー処理専用の UTF-8 エンコーダー/デコーダーです。 * * - 不正なバイトシーケンスが検出された場合にエラーを投げます。 * - バイトオーダーマークを無視します。 */ declare const utf8: FastUtf8; export default utf8; //# sourceMappingURL=_utf8_object-key.d.ts.map