declare const JSONDecoding: {
    withDependencies: (...dependencies: import("@radixdlt/data-formats").JSONDecodable<unknown>[]) => {
        create: <T>() => import("@radixdlt/data-formats").JSONDecodable<T>;
        withDecoders: (...args: import("@radixdlt/data-formats").Decoder[]) => {
            create: <T_1>() => import("@radixdlt/data-formats").JSONDecodable<T_1>;
        };
    };
    withDecoders: (...decoders: import("@radixdlt/data-formats").Decoder[]) => {
        create: <T_1_1>() => import("@radixdlt/data-formats").JSONDecodable<T_1_1>;
    };
    create: <T_2>() => import("@radixdlt/data-formats").JSONDecodable<T_2>;
};
export { JSONDecoding };
//# sourceMappingURL=utils.d.ts.map