import "../_dnt.polyfills.js"; import * as $ from "../deps/scale.js"; export type CodegenEntry = $.Output; declare const $codegenEntry: $.Codec<{ readonly type: "frame"; readonly metadataHash: Uint8Array; readonly chainName: string; readonly connection: { readonly type: "WsConnection"; readonly discovery: string; } | { readonly type: "DevnetConnection"; readonly discovery: string; }; readonly targets?: Readonly> | undefined; }, { type: "frame"; metadataHash: Uint8Array; chainName: string; connection: { type: "WsConnection"; discovery: string; } | { type: "DevnetConnection"; discovery: string; }; targets?: Record | undefined; }>; export type CodegenSpec = $.Output; export declare const $codegenSpec: $.Codec<{ readonly type: "v0"; readonly codegen: ReadonlyMap> | undefined; }>; }, { type: "v0"; codegen: $.ScaleMap | undefined; }>; }>; export {};