ResponseFlush: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): ResponseFlush;
    encode(_: ResponseFlush, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: ResponseFlushAmino): ResponseFlush;
    fromAminoMsg(object: ResponseFlushAminoMsg): ResponseFlush;
    fromPartial(_: {}): ResponseFlush;
    fromProtoMsg(message: ResponseFlushProtoMsg): ResponseFlush;
    toAmino(_: ResponseFlush): ResponseFlushAmino;
    toProto(message: ResponseFlush): Uint8Array;
    toProtoMsg(message: ResponseFlush): ResponseFlushProtoMsg;
}