DepositInfoEntry: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): DepositInfoEntry;
    encode(message: DepositInfoEntry, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: DepositInfoEntryAmino): DepositInfoEntry;
    fromAminoMsg(object: DepositInfoEntryAminoMsg): DepositInfoEntry;
    fromPartial(object: {
        amount?: string;
        creator?: string;
        denom?: string;
    }): DepositInfoEntry;
    fromProtoMsg(message: DepositInfoEntryProtoMsg): DepositInfoEntry;
    toAmino(message: DepositInfoEntry): DepositInfoEntryAmino;
    toProto(message: DepositInfoEntry): Uint8Array;
    toProtoMsg(message: DepositInfoEntry): DepositInfoEntryProtoMsg;
}