/** * codecs specific to uwc-input * * @internal * @module */ import type { SupportedIdlType } from "./uwc-input"; import { Codec } from "@hesxenon/prelude/Codec.js"; /** * convert content attributes between expected types for min and max */ export declare const content__minMax: Codec; /** * convert between idl and content representation of the value attribute */ export declare const valueCodec: Codec; export declare const omitValueCodec: Codec;