import type { CodecHandler } from "../types.js";
export declare function createIdentityHandler(): CodecHandler;
