MsgDelegateFeedConsent: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgDelegateFeedConsent;
    encode(message: MsgDelegateFeedConsent, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: MsgDelegateFeedConsentAmino): MsgDelegateFeedConsent;
    fromAminoMsg(object: MsgDelegateFeedConsentAminoMsg): MsgDelegateFeedConsent;
    fromPartial(object: {
        delegate?: string;
        operator?: string;
    }): MsgDelegateFeedConsent;
    fromProtoMsg(message: MsgDelegateFeedConsentProtoMsg): MsgDelegateFeedConsent;
    toAmino(message: MsgDelegateFeedConsent): MsgDelegateFeedConsentAmino;
    toProto(message: MsgDelegateFeedConsent): Uint8Array;
    toProtoMsg(message: MsgDelegateFeedConsent): MsgDelegateFeedConsentProtoMsg;
}