export declare const Feature: import("scale-ts").Codec<{ tag: "Chain"; value: `0x${string}`; }>; import type { CodecType } from "scale-ts"; export type FeatureType = CodecType; //# sourceMappingURL=feature.d.ts.map