MeltClusterProxy: Codec<EncodableRecord<{
    clusterId: Codec<BytesLike, `0x${string}`>;
    clusterProxyId: Codec<BytesLike, `0x${string}`>;
    from: Codec<{}, {}>;
}>, DecodedRecord<{
    clusterId: Codec<BytesLike, `0x${string}`>;
    clusterProxyId: Codec<BytesLike, `0x${string}`>;
    from: Codec<{}, {}>;
}>> = ...