Record_Ledger: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): Record_Ledger;
    encode(message: Record_Ledger, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: Record_LedgerAmino): Record_Ledger;
    fromAminoMsg(object: Record_LedgerAminoMsg): Record_Ledger;
    fromPartial(object: {
        path?: {
            account?: number;
            addressIndex?: number;
            change?: boolean;
            coinType?: number;
            purpose?: number;
        };
    }): Record_Ledger;
    fromProtoMsg(message: Record_LedgerProtoMsg): Record_Ledger;
    toAmino(message: Record_Ledger): Record_LedgerAmino;
    toAminoMsg(message: Record_Ledger): Record_LedgerAminoMsg;
    toProto(message: Record_Ledger): Uint8Array;
    toProtoMsg(message: Record_Ledger): Record_LedgerProtoMsg;
}