export declare const PreimageKey: import("scale-ts").Codec<`0x${string}`>; export declare const PreimageValue: import("scale-ts").Codec>; export declare const PreimageSubmitErr: import("scale-ts").Codec<{ tag: "Unknown"; value: { reason: string; }; }>; import type { CodecType } from "scale-ts"; export type PreimageKeyType = CodecType; export type PreimageValueType = CodecType; //# sourceMappingURL=preimage.d.ts.map